mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 15:49:02 +00:00
fix migration
This commit is contained in:
@@ -471,7 +471,6 @@ def _create_upload_category_choices():
|
||||
return choices
|
||||
|
||||
|
||||
|
||||
def _make_torrent_file(torrent):
|
||||
with open(torrent.info_dict_path, 'rb') as in_file:
|
||||
bencoded_info = in_file.read()
|
||||
|
||||
Reference in New Issue
Block a user