Return timer greenet

This commit is contained in:
shortcutme 2019-12-17 15:00:09 +01:00
parent f1b19f5fc7
commit b421893434
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -234,7 +234,7 @@ def timerCaller(secs, func, *args, **kwargs):
def timer(secs, func, *args, **kwargs):
gevent.spawn_later(secs, timerCaller, secs, func, *args, **kwargs)
return gevent.spawn_later(secs, timerCaller, secs, func, *args, **kwargs)
def create_connection(address, timeout=None, source_address=None):