diff --git a/lib/core/threads.py b/lib/core/threads.py index a172e54d6..d54a05406 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -24,6 +24,7 @@ class ThreadData(): self.lastRedirectMsg = None self.lastQueryDuration = 0 self.lastRequestUID = 0 + self.retriesCount = 0 self.seqMatcher = difflib.SequenceMatcher(None) self.valueStack = []