tebicap commited on
Commit
011c2a0
·
verified ·
1 Parent(s): 8049d26

saco funcion telegram temporalmente

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -47,9 +47,8 @@ async def send_telegram_message(message):
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
 
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):