2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Minor fix: update info log

This commit is contained in:
Dan 2018-08-28 12:38:02 +02:00
parent a0c1018a1b
commit f50638772c

View File

@ -156,7 +156,7 @@ class Session:
self.ping_thread = Thread(target=self.ping, name="PingThread") self.ping_thread = Thread(target=self.ping, name="PingThread")
self.ping_thread.start() self.ping_thread.start()
log.info("Connection inited: Layer {}".format(layer)) log.info("Session initialized: Layer {}".format(layer))
except AuthKeyDuplicated as e: except AuthKeyDuplicated as e:
self.stop() self.stop()
raise e raise e