From e32744a66a4b4062e45d38aab5423d249155c5b3 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 30 Aug 2015 11:54:28 -0700 Subject: [PATCH] Fix extra parameter introduced for #1581 --- beetsplug/fetchart.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index b87c83212..aef7c06ae 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -307,7 +307,6 @@ class Wikipedia(ArtSource): # Find the absolute url of the cover art on Wikipedia wikipedia_response = self.request( - self._log, self.WIKIPEDIA_URL, params={ 'format': 'json',