fix: 🌱 add url in case of timeout
This commit is contained in:
parent
6af9a59034
commit
7e307d6e04
@ -42,6 +42,6 @@ for torrent in client.get_torrents():
|
||||
f"{response.status_code} - {path.join(torrent.downloadDir, torrent.name)}"
|
||||
)
|
||||
except Exception:
|
||||
print(f"{response.status_code} - {path.join(torrent.downloadDir, torrent.name)}")
|
||||
print(f"{response.status_code} - {torrent.comment} - {path.join(torrent.downloadDir, torrent.name)}")
|
||||
|
||||
sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user