From fec9ec0a04ef46d41ab8d75787738df9c17c284b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 14 Apr 2021 13:21:37 -0500 Subject: [PATCH] Fix some debug output. --- fanficfare/nsapa_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/nsapa_proxy.py b/fanficfare/nsapa_proxy.py index 936d6b16..6ce15994 100644 --- a/fanficfare/nsapa_proxy.py +++ b/fanficfare/nsapa_proxy.py @@ -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,