saco funcion telegram temporalmente
Browse files
app.py
CHANGED
|
@@ -47,9 +47,8 @@ async def send_telegram_message(message):
|
|
| 47 |
"chat_id": TELEGRAM_CHAT_ID,
|
| 48 |
"text": message
|
| 49 |
}
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
await client.post(url, params=params)
|
| 53 |
|
| 54 |
@app.get("/verificar/{codigo}")
|
| 55 |
async def verificar_codigo(codigo: str):
|
|
|
|
| 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 |
|
| 53 |
@app.get("/verificar/{codigo}")
|
| 54 |
async def verificar_codigo(codigo: str):
|