[wallhaven] update API error message

pull/4268/head
Mike Fährmann 1 year ago
parent a673998b1e
commit 92d98697b2
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -260,7 +260,7 @@ class WallhavenAPI():
self.extractor.log.debug("Server response: %s", response.text)
raise exception.StopExtraction(
"API request failed (%s: %s)",
"API request failed (%s %s)",
response.status_code, response.reason)
def _pagination(self, endpoint, params=None, metadata=None):

@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.25.6"
__version__ = "1.25.7-dev"

Loading…
Cancel
Save