mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 04:00:18 +03:00
Fix typo
This commit is contained in:
parent
8c60d4af49
commit
41c74f50a7
|
@ -321,7 +321,7 @@ class TelegramBaseClient(abc.ABC):
|
||||||
self.api_hash = api_hash
|
self.api_hash = api_hash
|
||||||
|
|
||||||
if inspect.iscoroutinefunction(self.session.process_entities):
|
if inspect.iscoroutinefunction(self.session.process_entities):
|
||||||
self._log[__name__].warning('Using async sessions support is a experimental feature')
|
self._log[__name__].warning('Using async sessions support is an experimental feature')
|
||||||
|
|
||||||
# Current proxy implementation requires `sock_connect`, and some
|
# Current proxy implementation requires `sock_connect`, and some
|
||||||
# event loops lack this method. If the current loop is missing it,
|
# event loops lack this method. If the current loop is missing it,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user