mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix-up missing loggers from f271316
This commit is contained in:
@@ -227,7 +227,7 @@ class MTProtoSender:
|
||||
|
||||
self._log.debug('Connection success!')
|
||||
if not self.auth_key:
|
||||
plain = MTProtoPlainSender(self._connection)
|
||||
plain = MTProtoPlainSender(self._connection, loggers=self._loggers)
|
||||
for retry in range(1, self._retries + 1):
|
||||
try:
|
||||
self._log.debug('New auth_key attempt {}...'.format(retry))
|
||||
|
Reference in New Issue
Block a user