mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +03:00
users.py update
This commit is contained in:
parent
a1eacac3c3
commit
7163c17808
|
@ -51,6 +51,7 @@ class UserMethods:
|
|||
|
||||
request_index = 0
|
||||
self._last_request = time.time()
|
||||
attempt = 0
|
||||
for attempt in retry_range(self._request_retries):
|
||||
try:
|
||||
future = sender.send(request, ordered=ordered)
|
||||
|
|
Loading…
Reference in New Issue
Block a user