Update app.py
Browse files
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-
|
| 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 |
|