2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Remove print

This commit is contained in:
Dan 2018-02-25 14:22:18 +01:00
parent c088018afa
commit 834fff88da

View File

@ -370,7 +370,6 @@ class Client:
except Exception as e:
log.error(e, exc_info=True)
finally:
print(done)
done.set()
try: