Fix for an Issue where '--string' is being automatically picked not looking properly in headers too

This commit is contained in:
Miroslav Stampar
2013-01-18 16:35:09 +01:00
parent c61ee5e5ef
commit 33094a118c
3 changed files with 18 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ class _ThreadData(threading.local):
self.disableStdOut = False
self.hashDBCursor = None
self.inTransaction = False
self.lastComparisonPage = None
self.lastComparisonContent = None
self.lastErrorPage = None
self.lastHTTPError = None
self.lastRedirectMsg = None