mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-12 12:00:37 +00:00
Catch -404 BrokenAuthKeyError on .connect()'s .do_authentication
This commit is contained in:
@@ -3,7 +3,7 @@ import re
|
||||
|
||||
from .common import (
|
||||
ReadCancelledError, InvalidParameterError, TypeNotFoundError,
|
||||
InvalidChecksumError, CdnFileTamperedError
|
||||
InvalidChecksumError, BrokenAuthKeyError, CdnFileTamperedError
|
||||
)
|
||||
|
||||
from .rpc_errors import (
|
||||
|
||||
Reference in New Issue
Block a user