mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
cleanup
This commit is contained in:
@@ -119,7 +119,6 @@ def ratelimit_touch(ignored=None): # FIXME: separate counters
|
|||||||
if conf('hist_max_count') < len(hist_ts):
|
if conf('hist_max_count') < len(hist_ts):
|
||||||
hist_ts.pop(0)
|
hist_ts.pop(0)
|
||||||
|
|
||||||
|
|
||||||
def ratelimit_exceeded(ignored=None): # FIXME: separate counters
|
def ratelimit_exceeded(ignored=None): # FIXME: separate counters
|
||||||
global hist_flag
|
global hist_flag
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user