Better fix for that page/headers/comparison --string candidate problem

This commit is contained in:
Miroslav Stampar
2013-01-18 17:00:11 +01:00
parent 8141d17985
commit ac7709204a
3 changed files with 4 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ class _ThreadData(threading.local):
self.hashDBCursor = None
self.inTransaction = False
self.lastComparisonPage = None
self.lastComparisonHeaders = None
self.lastErrorPage = None
self.lastHTTPError = None
self.lastRedirectMsg = None