Manishx commited on
Commit
75a6278
·
verified ·
1 Parent(s): 46f4178

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -17,7 +17,7 @@ ptb = (
17
 
18
  @asynccontextmanager
19
  async def lifespan(_: FastAPI):
20
- await ptb.bot.setWebhook('https://matteoscript-telegrambot.hf.space/') # replace <your-webhook-url>
21
  async with ptb:
22
  await ptb.start()
23
  yield
 
17
 
18
  @asynccontextmanager
19
  async def lifespan(_: FastAPI):
20
+ await ptb.bot.setWebhook('https://manishx-telegrambot.hf.space/') # replace <your-webhook-url>
21
  async with ptb:
22
  await ptb.start()
23
  yield