Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b324b99

Browse files
committed
minor update of warning message
1 parent 83fac3f commit b324b99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/request/connect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ def getPage(**kwargs):
387387

388388
if kb.originalPage is None:
389389
warnMsg = "if the problem persists please try to rerun "
390-
warnMsg += "with the --random-agent switch turned on"
390+
warnMsg += "with the --random-agent switch turned on "
391+
warnMsg += "and/or try to use proxy switches (--ignore-proxy, --proxy,...)"
391392
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.RANDOM_AGENT)
392393

393394
time.sleep(1)

0 commit comments

Comments
 (0)