fix: 💚 fix ruff
This commit is contained in:
parent
7e307d6e04
commit
0009073a2c
@ -42,6 +42,8 @@ for torrent in client.get_torrents():
|
||||
f"{response.status_code} - {path.join(torrent.downloadDir, torrent.name)}"
|
||||
)
|
||||
except Exception:
|
||||
print(f"{response.status_code} - {torrent.comment} - {path.join(torrent.downloadDir, torrent.name)}")
|
||||
print(
|
||||
f"{response.status_code} - {torrent.comment} - {path.join(torrent.downloadDir, torrent.name)}" # noqa
|
||||
)
|
||||
|
||||
sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user