yangtb24 commited on
Commit
c182862
·
verified ·
1 Parent(s): 25af302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -570,7 +570,7 @@ async def main():
570
  return
571
 
572
  # 修改这里
573
- request = HTTPXRequest(http_client=httpx.AsyncClient(trust_env=True))
574
  application = Application.builder().token(TELEGRAM_BOT_TOKEN).request(request).build()
575
 
576
  # Set bot commands
 
570
  return
571
 
572
  # 修改这里
573
+ request = HTTPXRequest(httpx.AsyncClient(trust_env=True))
574
  application = Application.builder().token(TELEGRAM_BOT_TOKEN).request(request).build()
575
 
576
  # Set bot commands