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:
parent
a0c1018a1b
commit
f50638772c
@ -156,7 +156,7 @@ class Session:
|
||||
self.ping_thread = Thread(target=self.ping, name="PingThread")
|
||||
self.ping_thread.start()
|
||||
|
||||
log.info("Connection inited: Layer {}".format(layer))
|
||||
log.info("Session initialized: Layer {}".format(layer))
|
||||
except AuthKeyDuplicated as e:
|
||||
self.stop()
|
||||
raise e
|
||||
|
Loading…
x
Reference in New Issue
Block a user