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)