Manishx commited on
Commit
eb736da
1 Parent(s): 5f5d900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if __name__ == '__main__':
43
  plugins=plugins)
44
 
45
  # Set webhook
46
- bot.set_webhook(url=f"{REPL_URL}/{BOT_TOKEN}")
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)