mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix limit was no longer defaulting to empty tuple
Introduced by 5a44510e2d
.
When forwarding the calls, both signantures should match.
This commit is contained in:
@@ -407,7 +407,7 @@ def iter_download(
|
||||
*,
|
||||
offset: int = 0,
|
||||
stride: int = None,
|
||||
limit: int = None,
|
||||
limit: int = (),
|
||||
chunk_size: int = None,
|
||||
request_size: int = MAX_CHUNK_SIZE,
|
||||
file_size: int = None,
|
||||
|
Reference in New Issue
Block a user