[wallhaven] update API error message
This commit is contained in:
@@ -260,7 +260,7 @@ class WallhavenAPI():
|
|||||||
|
|
||||||
self.extractor.log.debug("Server response: %s", response.text)
|
self.extractor.log.debug("Server response: %s", response.text)
|
||||||
raise exception.StopExtraction(
|
raise exception.StopExtraction(
|
||||||
"API request failed (%s: %s)",
|
"API request failed (%s %s)",
|
||||||
response.status_code, response.reason)
|
response.status_code, response.reason)
|
||||||
|
|
||||||
def _pagination(self, endpoint, params=None, metadata=None):
|
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
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.25.6"
|
__version__ = "1.25.7-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user