mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix send() not returning the value in case of a retry
This commit is contained in:
parent
d6448c2044
commit
b59212dbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -414,4 +414,4 @@ class Session:
|
|||
datetime.now(), type(data)))
|
||||
|
||||
time.sleep(0.5)
|
||||
self.send(data, retries - 1)
|
||||
return self.send(data, retries - 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue