Browse Source

Don't add event to prowl notification

pull/62/head
Ruud 14 years ago
parent
commit
eafce4436e
  1. 1
      couchpotato/core/plugins/updater/main.py

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

@ -78,6 +78,7 @@ class Updater(Plugin):
self.doUpdate() self.doUpdate()
else: else:
self.update_version = remote.hash self.update_version = remote.hash
if self.conf('notification'):
fireEvent('updater.available', message = 'A new update is available', data = self.getVersion()) fireEvent('updater.available', message = 'A new update is available', data = self.getVersion())
self.last_check = time.time() self.last_check = time.time()

Loading…
Cancel
Save