Stop bumming off Headphones' Pushover API key.

This commit is contained in:
Tim 2015-08-03 20:34:29 +02:00
parent 17d2c615cf
commit 9bd5a29d07

View file

@ -800,7 +800,7 @@ class PUSHOVER(object):
if plexpy.CONFIG.PUSHOVER_APITOKEN:
self.application_token = plexpy.CONFIG.PUSHOVER_APITOKEN
else:
self.application_token = "LdPCoy0dqC21ktsbEyAVCcwvQiVlsz"
self.application_token = "aVny3NZFwZaXC642c831b4wd7KUhQS"
def conf(self, options):
return cherrypy.config['config'].get('Pushover', options)