mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
commit
2c23039637
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ class Client(Methods, BaseClient):
|
||||||
bytes=chunk
|
bytes=chunk
|
||||||
)
|
)
|
||||||
|
|
||||||
assert self.send(rpc), "Couldn't upload file"
|
assert session.send(rpc), "Couldn't upload file"
|
||||||
|
|
||||||
if is_missing_part:
|
if is_missing_part:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue