sending pause control fix
This commit is contained in:
parent
6192688e0c
commit
57b4e2af67
2 changed files with 14 additions and 4 deletions
|
|
@ -974,7 +974,7 @@ class Profile(Contact, Singleton):
|
|||
if by_friend:
|
||||
tr.state = TOX_FILE_TRANSFER_STATE['RUNNING']
|
||||
tr.signal()
|
||||
else:
|
||||
else: # send seek control?
|
||||
tr.send_control(TOX_FILE_CONTROL['RESUME'])
|
||||
|
||||
def accept_transfer(self, item, path, friend_number, file_number, size, inline=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue