Minor adjustment

This commit is contained in:
Bernardo Damele 2009-01-10 14:51:12 +00:00
parent 9b0f11f879
commit 92645dd264

View File

@ -298,7 +298,6 @@ def checkStability():
time.sleep(1) time.sleep(1)
secondPage, secondHeaders = Request.queryPage(content=True) secondPage, secondHeaders = Request.queryPage(content=True)
time.sleep(0.5)
condition = firstPage == secondPage condition = firstPage == secondPage