use new channel name

This commit is contained in:
Lephenixnoir 2023-09-20 23:55:50 +02:00
parent 431d91ab9e
commit 80c0585aff
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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"