From 1ac9904983f482ecbb735f817bad4b1ce34287f5 Mon Sep 17 00:00:00 2001 From: urlbot Date: Tue, 14 Jul 2015 00:03:59 +0200 Subject: [PATCH] cleanup --- urlbot.py | 1 - 1 file changed, 1 deletion(-) 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