From fb5240e2255717f215a334679c6abc0cc8b2bb5d Mon Sep 17 00:00:00 2001 From: Drazzilb <65743746+Drazzilb08@users.noreply.github.com> Date: Fri, 17 Dec 2021 18:55:18 -0800 Subject: [PATCH] updated misspelled word --- modules/qbittorrent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/qbittorrent.py b/modules/qbittorrent.py index cc8f9f6..6eda1ba 100644 --- a/modules/qbittorrent.py +++ b/modules/qbittorrent.py @@ -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) \ No newline at end of file + torrent.delete(hash=torrent.hash, delete_files=True)