Merge pull request #59 from Drazzilb08/develop

updated misspelled word
This commit is contained in:
bobokun 2021-12-17 22:02:13 -05:00 committed by GitHub
commit c1dcbdade1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -599,7 +599,7 @@ class Qbt:
for parent_path in orphaned_parent_path:
util.remove_empty_directories(parent_path,"**/*")
else:
print_line(f"No Orphaned Filed found.",loglevel)
print_line(f"No Orphaned Files found.",loglevel)
return orphaned
@ -633,4 +633,4 @@ class Qbt:
#Remove any empty directories
util.remove_empty_directories(torrent.save_path.replace(self.config.root_dir,self.config.remote_dir),"**/*")
else:
torrent.delete(hash=torrent.hash, delete_files=True)
torrent.delete(hash=torrent.hash, delete_files=True)