fix: 🌱 add url in case of timeout
Some checks failed
dl / lint (push) Failing after 55s
dl / docker (push) Has been skipped

This commit is contained in:
Michel Roux 2024-06-15 18:05:06 +02:00
parent 6af9a59034
commit 7e307d6e04

View File

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