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