debugging

This commit is contained in:
2025-06-08 14:49:33 -05:00
parent 8bb6d9d610
commit 61ece37341

View File

@ -18,10 +18,10 @@ def notify(priority, message):
post_endpoint = f"{bots_endpoint}/api/v1/statuses"
api_url = 'https://dogapi.dog/api/v2/facts'
headers = {
"Authorization": f"Bearer {botsy_token}"
"Authorization": f"Bearer {dogfacts_token}"
}
print(botsy_token)
print(botsy_token, bots_endpoint, post_endpoint)
print(api_url)
print(po_user_token, po_test_token)
response = get(api_url)