mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 23:04:51 +00:00
Info log device and system parameters
This commit is contained in:
parent
f50638772c
commit
b845544e63
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ class Session:
|
||||||
self.ping_thread.start()
|
self.ping_thread.start()
|
||||||
|
|
||||||
log.info("Session initialized: Layer {}".format(layer))
|
log.info("Session initialized: Layer {}".format(layer))
|
||||||
|
log.info("Device: {} - {}".format(self.client.device_model, self.client.app_version))
|
||||||
|
log.info("System: {} ({})".format(self.client.system_version, self.client.lang_code.upper()))
|
||||||
|
|
||||||
except AuthKeyDuplicated as e:
|
except AuthKeyDuplicated as e:
|
||||||
self.stop()
|
self.stop()
|
||||||
raise e
|
raise e
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue