Browse Source

Updater check every 24h

pull/6133/head
Ruud 9 years ago
parent
commit
b454eec552
  1. 2
      couchpotato/core/_base/updater/main.py

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

@ -72,7 +72,7 @@ class Updater(Plugin):
fireEvent('schedule.remove', 'updater.check', single = True)
if self.isEnabled():
fireEvent('schedule.interval', 'updater.check', self.autoUpdate, hours = 6)
fireEvent('schedule.interval', 'updater.check', self.autoUpdate, hours = 24)
self.autoUpdate() # Check after enabling
def autoUpdate(self):

Loading…
Cancel
Save