Skip to content

onion-grater: fix rate limiting of how often we try to connect to tor

intrigeri requested to merge bugfix/onion-grater-rate-limit into stable

commit 2a940428 tried to implement this rate limiting, but the call to time.sleep(1) always raises an exception:

NameError: name 'time' is not defined

Merge request reports