diff --git a/couchpotato/core/plugins/base.py b/couchpotato/core/plugins/base.py index b852d62e..81ffcec2 100644 --- a/couchpotato/core/plugins/base.py +++ b/couchpotato/core/plugins/base.py @@ -318,7 +318,7 @@ class Plugin(object): break # File has changed in last 60 seconds - file_time = self.self.getFileTimes(cur_file) + file_time = self.getFileTimes(cur_file) for t in file_time: if t > now - unchanged_for: file_too_new = tryInt(time.time() - t)