From 164252534ee4c44af9caa3010cf5d9dd76433f06 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 27 Dec 2025 18:48:26 +0100 Subject: [PATCH] build --- portainer/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/api.py b/portainer/api.py index 7a59f87..d57227f 100644 --- a/portainer/api.py +++ b/portainer/api.py @@ -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)