Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fac3f commit b324b99Copy full SHA for b324b99
1 file changed
lib/request/connect.py
@@ -387,7 +387,8 @@ def getPage(**kwargs):
387
388
if kb.originalPage is None:
389
warnMsg = "if the problem persists please try to rerun "
390
- warnMsg += "with the --random-agent switch turned on"
+ warnMsg += "with the --random-agent switch turned on "
391
+ warnMsg += "and/or try to use proxy switches (--ignore-proxy, --proxy,...)"
392
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.RANDOM_AGENT)
393
394
time.sleep(1)
0 commit comments