From 80c0585affa7ed208cbcd8d98dc3f4e6536005a0 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Wed, 20 Sep 2023 23:55:50 +0200 Subject: [PATCH] use new channel name --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4954e9b..fabba1c 100644 --- a/app.py +++ b/app.py @@ -161,7 +161,7 @@ def main(): msg = f"[gray][i]{msg}[/i][/gray]" app.logger.info(msg) r = session.post("https://www.planet-casio.com/Fr/shoutbox/api/post", - data={"message": msg, "channel": "dev"}) + data={"message": msg, "channel": "projets"}) if r.status_code == 200: return "OK"