Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ if __name__ == '__main__':
|
|
| 43 |
plugins=plugins)
|
| 44 |
|
| 45 |
# Set webhook
|
| 46 |
-
bot.set_webhook(url=f"
|
| 47 |
|
| 48 |
# Start the flask app in a separate thread
|
| 49 |
flask_thread = Thread(target=run)
|
|
|
|
| 43 |
plugins=plugins)
|
| 44 |
|
| 45 |
# Set webhook
|
| 46 |
+
bot.set_webhook(url=f"https://manishx-genatoz.hf.space/{BOT_TOKEN}")
|
| 47 |
|
| 48 |
# Start the flask app in a separate thread
|
| 49 |
flask_thread = Thread(target=run)
|