feat: use main-loop to watch seeding list

This commit is contained in:
Hachi-R
2024-11-06 19:10:13 -03:00
parent cd4715e00d
commit e0f7f34d14
9 changed files with 67 additions and 12 deletions

View File

@@ -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