diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index 1ecb6b40..6459c837 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -282,7 +282,7 @@ class SourceUpdater(BaseUpdater): app_dir = ss(Env.get('app_dir')) # Get list of files we want to overwrite - self.deletePyc(only_excess = False) + self.deletePyc() existing_files = [] for root, subfiles, filenames in os.walk(app_dir): for filename in filenames: