Clean up script output
This commit is contained in:
parent
a8d2741129
commit
47ea853e00
@ -10,5 +10,5 @@ torrent_list = client.torrents.info()
|
||||
for torrent in torrent_list:
|
||||
for status in torrent.trackers:
|
||||
if 'Unregistered torrent' in status.msg:
|
||||
print(torrent.name,' ',status.msg)
|
||||
print(torrent.name)
|
||||
torrent.delete(hash=(torrent.hash),delete_files=True)
|
||||
|
Loading…
Reference in New Issue
Block a user