diff --git a/urlbot.py b/urlbot.py index dd02b00..71f07f3 100755 --- a/urlbot.py +++ b/urlbot.py @@ -119,7 +119,6 @@ def ratelimit_touch(ignored=None): # FIXME: separate counters if conf('hist_max_count') < len(hist_ts): hist_ts.pop(0) - def ratelimit_exceeded(ignored=None): # FIXME: separate counters global hist_flag