fix migration

This commit is contained in:
nyaadev
2018-02-02 20:47:24 +01:00
parent d151cca4ef
commit f2411db485
2 changed files with 2 additions and 3 deletions

View File

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