summaryrefslogtreecommitdiffstats
path: root/main/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/log.py')
-rw-r--r--main/log.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/log.py b/main/log.py
index 6363487..5c745cc 100644
--- a/main/log.py
+++ b/main/log.py
@@ -46,7 +46,6 @@ class RateLimitFilter(object):
trace = '\n'.join(traceback.format_exception(*record.exc_info))
key = md5(trace).hexdigest()
- duplicate = False
cache = self.cache_module.cache
# Test if the cache works