mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Stop bumming off Headphones' Pushover API key.
This commit is contained in:
parent
17d2c615cf
commit
9bd5a29d07
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue