This commit is contained in:
bobokun 2023-06-19 10:46:48 -04:00
parent 99504fbca9
commit 7cd9982cf9
No known key found for this signature in database
GPG key ID: B73932169607D927
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.0.2-develop1
4.0.2-develop2

View file

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