aver sin telegram
Browse files
app.py
CHANGED
|
@@ -47,6 +47,7 @@ async def send_telegram_message(message):
|
|
| 47 |
"chat_id": TELEGRAM_CHAT_ID,
|
| 48 |
"text": message
|
| 49 |
}
|
|
|
|
| 50 |
async with httpx.AsyncClient() as client:
|
| 51 |
await client.post(url, params=params)
|
| 52 |
|
|
|
|
| 47 |
"chat_id": TELEGRAM_CHAT_ID,
|
| 48 |
"text": message
|
| 49 |
}
|
| 50 |
+
return
|
| 51 |
async with httpx.AsyncClient() as client:
|
| 52 |
await client.post(url, params=params)
|
| 53 |
|