mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 09:03:41 +01:00
Fix torrent.reannounce()
This commit is contained in:
parent
2498fc3b1d
commit
c80c1887bb
@ -105,7 +105,7 @@ if __name__ == "__main__":
|
|||||||
password=item["password"],
|
password=item["password"],
|
||||||
) as qbt_client:
|
) as qbt_client:
|
||||||
for torrent in qbt_client.torrents_info():
|
for torrent in qbt_client.torrents_info():
|
||||||
torrent.reannounce(torrent.hash)
|
torrent.reannounce()
|
||||||
|
|
||||||
console.log("Done!")
|
console.log("Done!")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user