This commit is contained in:
2025-06-08 14:23:02 -05:00
parent 7d930b7096
commit e03f2287ee

View File

@ -8,7 +8,7 @@ from globals import *
def notify(priority, message):
r = post("https://api.pushover.net/1/messages.json", data = {
"token": po_bots_token,
"token": po_test_token,
"user": po_user_token,
"message": "dog facts: " + message,
"priority": priority