Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -17,7 +17,7 @@ ptb = (
|
|
17 |
|
18 |
@asynccontextmanager
|
19 |
async def lifespan(_: FastAPI):
|
20 |
-
await ptb.bot.setWebhook('https://
|
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
|