mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: use main-loop to watch seeding list
This commit is contained in:
parent
cd4715e00d
commit
e0f7f34d14
9 changed files with 67 additions and 12 deletions
|
|
@ -169,6 +169,6 @@ class TorrentDownloader:
|
|||
elif status.state == 5:
|
||||
response['seeding'].append(torrent_info)
|
||||
|
||||
print(response)
|
||||
# return response
|
||||
return None
|
||||
# print(response)
|
||||
return response
|
||||
# return None
|
||||
Loading…
Add table
Add a link
Reference in a new issue