debugging
This commit is contained in:
@ -18,10 +18,10 @@ def notify(priority, message):
|
|||||||
post_endpoint = f"{bots_endpoint}/api/v1/statuses"
|
post_endpoint = f"{bots_endpoint}/api/v1/statuses"
|
||||||
api_url = 'https://dogapi.dog/api/v2/facts'
|
api_url = 'https://dogapi.dog/api/v2/facts'
|
||||||
headers = {
|
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(api_url)
|
||||||
print(po_user_token, po_test_token)
|
print(po_user_token, po_test_token)
|
||||||
response = get(api_url)
|
response = get(api_url)
|
||||||
|
Reference in New Issue
Block a user