We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bada0 commit 03f063eCopy full SHA for 03f063e
1 file changed
scholarly/_proxy_generator.py
@@ -523,7 +523,6 @@ def _fp_coroutine(self, timeout=1, wait_time=120):
523
proxies = {'http://': proxy, 'https://': proxy}
524
proxy_works = self._check_proxy(proxies)
525
if proxy_works:
526
- print(proxies)
527
dirty_proxy = (yield proxy)
528
t1 = time.time()
529
else:
0 commit comments