1 parent 8b36420 commit 84492fbCopy full SHA for 84492fb
1 file changed
pyrogram/connection/connection.py
@@ -66,6 +66,7 @@ def connect(self):
66
))
67
break
68
else:
69
+ log.warning("Connection failed! Trying again...")
70
raise TimeoutError
71
72
def close(self):
0 commit comments