Dooratre commited on
Commit
92da1a0
·
verified ·
1 Parent(s): 99f842c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ MAX_RETRIES = 5
31
  RETRY_BACKOFF_SECONDS = 1.5
32
 
33
  # Fixed webhook to send alert messages to (as requested)
34
- ALERT_WEBHOOK_URL = "https://dooratre-xauusd-pro2.hf.space/analysis_now"
35
 
36
  app = Flask(__name__)
37
 
 
31
  RETRY_BACKOFF_SECONDS = 1.5
32
 
33
  # Fixed webhook to send alert messages to (as requested)
34
+ ALERT_WEBHOOK_URL = "https://dooratre-xauusd-pro.hf.space/analysis_now"
35
 
36
  app = Flask(__name__)
37