mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 21:11:59 +02:00
Fix some debug output.
This commit is contained in:
parent
78ed49a45f
commit
fec9ec0a04
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class NSAPA_ProxyFetcher(RequestsFetcher):
|
|||
|
||||
if retry_count == 5:
|
||||
# We exited the retry loop without any valid content,
|
||||
raise exceptions.FailedToDownload('fanfictionnet_ff_proxy: truncated reply from proxy')
|
||||
raise exceptions.FailedToDownload('nsapa_proxy: truncated reply from proxy')
|
||||
|
||||
return FetcherResponse(content,
|
||||
url,
|
||||
|
|
|
|||
Loading…
Reference in a new issue