Add current time to the log output

This commit is contained in:
Lonami Exo
2017-04-12 10:35:07 +02:00
parent 1d2420d549
commit f6c34f8ba2
2 changed files with 22 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ class MtProtoSender:
self.updates_thread_sleep = None
self.updates_thread = Thread(
target=self.updates_thread_method, name='Updates thread')
target=self.updates_thread_method, name='UpdatesThread')
# The "updates" thread must also be running to make periodic ping requests.
self.set_updates_thread(running=True)