mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix mistake in convert_lt_files
This commit is contained in:
parent
9347a78482
commit
e30e2ef2c3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def sanitize_filepath(filepath, folder=False):
|
|||
return newfilepath
|
||||
|
||||
|
||||
def convert_lt_files(self, files):
|
||||
def convert_lt_files(files):
|
||||
"""Indexes and decodes files from libtorrent get_files().
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Add table
Reference in a new issue