Spaces:
Sleeping
Sleeping
paolosca90
Claude
commited on
Commit
·
652e514
1
Parent(s):
a227a96
force: Trigger Hugging Face redeploy with OANDA API fix
Browse filesAdding version marker to force redeploy and ensure latest fixes are loaded
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
app.py
CHANGED
|
@@ -23,7 +23,7 @@ OANDA_BASE_URL = "https://api-fxpractice.oanda.com"
|
|
| 23 |
|
| 24 |
# OANDA REST API - Direct HTTP requests (more reliable)
|
| 25 |
OANDA_AVAILABLE = True # Always available with requests
|
| 26 |
-
print("✅ OANDA REST API available (direct HTTP)")
|
| 27 |
|
| 28 |
# Try to import TimesFM
|
| 29 |
try:
|
|
|
|
| 23 |
|
| 24 |
# OANDA REST API - Direct HTTP requests (more reliable)
|
| 25 |
OANDA_AVAILABLE = True # Always available with requests
|
| 26 |
+
print("✅ OANDA REST API available (direct HTTP) - v3.3 Fixed")
|
| 27 |
|
| 28 |
# Try to import TimesFM
|
| 29 |
try:
|