From 75f22f44a1ad1ea47e44091a5000b2df9cef05e7 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 8 Mar 2014 18:55:38 +0100 Subject: [PATCH] Reference before assigned --- couchpotato/core/plugins/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/base.py b/couchpotato/core/plugins/base.py index 81ffcec..d7487a1 100644 --- a/couchpotato/core/plugins/base.py +++ b/couchpotato/core/plugins/base.py @@ -309,6 +309,7 @@ class Plugin(object): def checkFilesChanged(self, files, unchanged_for = 60): now = time.time() + file_too_new = False for cur_file in files: