mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-10 17:47:13 +08:00
fixes #333
This commit is contained in:
parent
99504fbca9
commit
7cd9982cf9
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.0.2-develop1
|
||||
4.0.2-develop2
|
||||
|
|
|
@ -31,7 +31,7 @@ class RemoveOrphaned:
|
|||
orphaned_files = []
|
||||
excluded_orphan_files = []
|
||||
|
||||
root_files = self.executor.submit(util.get_root_files, self.remote_dir, self.root_dir, self.orphaned_dir)
|
||||
root_files = self.executor.submit(util.get_root_files, self.root_dir, self.remote_dir, self.orphaned_dir)
|
||||
|
||||
# Get an updated list of torrents
|
||||
logger.print_line("Locating orphan files", self.config.loglevel)
|
||||
|
|
Loading…
Reference in a new issue