diff options
Diffstat (limited to 'main/log.py')
-rw-r--r-- | main/log.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/log.py b/main/log.py index 63634874..5c745cc8 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 |