minor update toward the implementation of request from Santiago

This commit is contained in:
Miroslav Stampar
2011-03-17 06:39:05 +00:00
parent 0535225fe7
commit fbd0cfda29
2 changed files with 8 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ class ThreadData():
self.disableStdOut = False
self.lastErrorPage = None
self.lastHTTPError = None
self.lastRedirectMsg = None
self.lastQueryDuration = 0
self.lastRequestUID = 0
self.seqMatcher = difflib.SequenceMatcher(None)