Browse Source

Reference before assigned

pull/2975/merge
Ruud 11 years ago
parent
commit
75f22f44a1
  1. 1
      couchpotato/core/plugins/base.py

1
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:

Loading…
Cancel
Save