Removed yet another reference to Twython

This commit is contained in:
Manuel Cortez 2021-01-27 13:30:37 -06:00
parent 9444939c35
commit 2f278b7f3c

View File

@ -10,8 +10,6 @@ def call_threaded(func, *args, **kwargs):
def new_func(*a, **k):
try:
func(*a, **k)
except TwythonRateLimitError:
pass
except:
log.exception("Thread %d with function %r, args of %r, and kwargs of %r failed to run." % (threading.current_thread().ident, func, a, k))
# pass