This commit is contained in:
2025-12-27 18:48:26 +01:00
parent 807437c47e
commit 164252534e

View File

@@ -159,7 +159,7 @@ class PortainerApi:
response = requests.post(
"https://gotify.sectorq.eu/message",
data=payload,
headers={"X-Gotify-Key": "ASn_fIAd5OVjm8c"}
headers={"X-Gotify-Key": "A1krRuo8GIW-fpY"}
)
logger.debug(response.text)
# print("Status:", response.status_code)