diff --git a/commands/nyaa-404.py b/commands/nyaa-404.py index cba4c88..1669516 100755 --- a/commands/nyaa-404.py +++ b/commands/nyaa-404.py @@ -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)