mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 13:34:33 +00:00
FIX: O.Wine.O
This commit is contained in:
parent
4350d701e8
commit
822fb0b074
1 changed files with 1 additions and 2 deletions
|
@ -5393,8 +5393,7 @@ class WebInterface(object):
|
|||
if result == True:
|
||||
return "Successfully sent PushOver test - check to make sure it worked"
|
||||
else:
|
||||
logger.warn('Test variables used [APIKEY: %s][USERKEY: %s]' % (apikey, userkey))
|
||||
return "Error sending test message to Pushover"
|
||||
return "Error sending test message to Pushover - check your shiet."
|
||||
testpushover.exposed = True
|
||||
|
||||
def testpushbullet(self, apikey):
|
||||
|
|
Loading…
Reference in a new issue