mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
Fix frontend
This commit is contained in:
@@ -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>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user