Browse Source

Merge branch 'develop'

pull/6459/head
Ruud 9 years ago
parent
commit
13a194235f
  1. 2
      couchpotato/core/_base/updater/main.py

2
couchpotato/core/_base/updater/main.py

@ -29,7 +29,7 @@ class Updater(Plugin):
available_notified = False
_lock = RLock()
last_check = 'updater.last_check'
last_check = 'updater.last_checked'
def __init__(self):

Loading…
Cancel
Save