1
0
Fork 0
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:
evilhero 2018-08-02 11:50:03 -04:00
parent 4350d701e8
commit 822fb0b074

View file

@ -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):