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 02470ea commit 9ff115cCopy full SHA for 9ff115c
1 file changed
lib/controller/checks.py
@@ -432,7 +432,7 @@ def genCmpPayload():
432
trueResult = Request.queryPage(reqPayload, place, raise404=False)
433
truePage = threadData.lastComparisonPage or ""
434
435
- if trueResult and truePage != falsePage:
+ if trueResult and not(truePage == falsePage and not kb.nullConnection):
436
falseResult = Request.queryPage(genCmpPayload(), place, raise404=False)
437
438
# Perform the test's False request
0 commit comments