Browse Source

Don't use handler when in desktop build

pull/1141/merge
Ruud 13 years ago
parent
commit
b680d84cba
  1. 1
      couchpotato/core/_base/_core/main.py

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

@ -53,6 +53,7 @@ class Core(Plugin):
addEvent('setting.save.core.api_key', self.checkApikey)
# Make sure we can close-down with ctrl+c properly
if not Env.get('desktop'):
self.signalHandler()
def md5Password(self, value):

Loading…
Cancel
Save