Browse Source

Don't load updater.js twice

pull/2133/head
Ruud 12 years ago
parent
commit
203a52bfd1
  1. 1
      couchpotato/core/_base/updater/main.py

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

@ -132,6 +132,7 @@ class BaseUpdater(Plugin):
update_failed = False
update_version = None
last_check = 0
auto_register_static = False
def doUpdate(self):
pass

Loading…
Cancel
Save