Update app.py
Browse files
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-
|
| 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-
|
| 55 |
|
| 56 |
# User message API
|
| 57 |
MESSAGE_API_URL = "https://aoamrnuwara.pythonanywhere.com/api/send-message"
|
| 58 |
-
MESSAGE_API_KEY = "
|
| 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__)
|