Dooratre commited on
Commit
4e6bb7f
·
verified ·
1 Parent(s): 3cbf379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ except FileNotFoundError:
13
  print("Error: 'token.json' file not found. Please create it and add page credentials.")
14
  PAGE_CREDENTIALS = {}
15
 
16
- AI_SERVICE_URL = "https://your-pythonanywhere-domain.com/send-message"
17
  AI_SERVICE_TOKEN = "123400"
18
 
19
  @app.route("/webhook", methods=["GET"])
 
13
  print("Error: 'token.json' file not found. Please create it and add page credentials.")
14
  PAGE_CREDENTIALS = {}
15
 
16
+ AI_SERVICE_URL = "https://aoamrnuwara.pythonanywhere.com/send-message"
17
  AI_SERVICE_TOKEN = "123400"
18
 
19
  @app.route("/webhook", methods=["GET"])