paolosca90 Claude commited on
Commit
652e514
·
1 Parent(s): a227a96

force: Trigger Hugging Face redeploy with OANDA API fix

Browse files

Adding 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>

Files changed (1) hide show
  1. app.py +1 -1
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: