Fix frontend

This commit is contained in:
2026-03-19 17:12:39 +01:00
parent be5ef212e9
commit 106ed50361
3 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ async def send_message(
async def send_test_message(
bot_token: str,
chat_id: str,
channel_name: str = "PecFlow",
channel_name: str = "PEChub",
) -> dict:
"""
Invia un messaggio di test formattato al canale configurato.
@@ -106,7 +106,7 @@ async def send_test_message(
ts = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
text = (
f"✅ <b>PecFlow Test canale Telegram</b>\n\n"
f"✅ <b>PEChub Test canale Telegram</b>\n\n"
f"Il canale <b>{channel_name}</b> è configurato correttamente.\n\n"
f"🕐 <i>{ts}</i>"
)