This commit is contained in:
barbequesauce 2018-08-02 20:52:47 +00:00 committed by GitHub
commit 6b334533c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class PUSHOVER:
try:
response = r.json()
if 'devices' in response and self.test is True:
logger.fdebug('%s Available devices: %s' % (module, response))
logger.fdebug('%s Available devices: %s' % (module, response['devices']))
if any([self.device is None, self.device == 'None']):
self.device = 'all available devices'