Fix some debug output.

This commit is contained in:
Jim Miller 2021-04-14 13:21:37 -05:00
parent 78ed49a45f
commit fec9ec0a04

View file

@ -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,