mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 07:39:03 +00:00
Lint
This commit is contained in:
@@ -322,7 +322,11 @@ def v2_api_info(torrent_id_or_hash):
|
||||
|
||||
'information': torrent.information,
|
||||
'description': torrent.description,
|
||||
'stats': {'seeders': torrent.stats.seed_count, 'leechers': torrent.stats.leech_count, 'downloads': torrent.stats.download_count},
|
||||
'stats': {
|
||||
'seeders': torrent.stats.seed_count,
|
||||
'leechers': torrent.stats.leech_count,
|
||||
'downloads': torrent.stats.download_count
|
||||
},
|
||||
'filesize': torrent.filesize,
|
||||
'files': files,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user