tebicap commited on
Commit
2134206
·
verified ·
1 Parent(s): d6c5b15

aver sin telegram

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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