debugging
All checks were successful
DogFacts / deploy (push) Successful in 11s

This commit is contained in:
2025-06-08 15:02:39 -05:00
parent b000ec2010
commit f59c47435a
2 changed files with 4 additions and 3 deletions

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_test_token,
"token": po_bots_token,
"user": po_user_token,
"message": "dog facts: " + message,
"priority": priority