Dooratre commited on
Commit
db278b7
·
verified ·
1 Parent(s): 63162af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -48,14 +48,14 @@ MAX_TICK_SLEEP_SEC = 0.6
48
  PRINT_EVERY_N_TICKS = 12
49
 
50
  # External systems
51
- ANALYSIS_BASE = "https://dooratre-xauusd-pro.hf.space"
52
  ANALYSIS_STOP_URL = f"{ANALYSIS_BASE}/stop_analysis"
53
  ANALYSIS_NOW_URL = f"{ANALYSIS_BASE}/analysis_now"
54
- OTHER_ALERT_CLEAR_URL = "https://dooratre-alert.hf.space/cancel"
55
 
56
  # User message API
57
  MESSAGE_API_URL = "https://aoamrnuwara.pythonanywhere.com/api/send-message"
58
- MESSAGE_API_KEY = "Seakp0683asppoit"
59
 
60
  # Flask app
61
  app = Flask(__name__)
 
48
  PRINT_EVERY_N_TICKS = 12
49
 
50
  # External systems
51
+ ANALYSIS_BASE = "https://dooratre-xauusd-pro2.hf.space"
52
  ANALYSIS_STOP_URL = f"{ANALYSIS_BASE}/stop_analysis"
53
  ANALYSIS_NOW_URL = f"{ANALYSIS_BASE}/analysis_now"
54
+ OTHER_ALERT_CLEAR_URL = "https://dooratre-alert2.hf.space/cancel"
55
 
56
  # User message API
57
  MESSAGE_API_URL = "https://aoamrnuwara.pythonanywhere.com/api/send-message"
58
+ MESSAGE_API_KEY = "Seakp0683asppoit2"
59
 
60
  # Flask app
61
  app = Flask(__name__)