chanmacro: connect to production provider, fix Breadth symbol list and regime crash
- Change provider_url to https://provider.jackyu66.com - Update top50_symbols to match provider's actual 20 symbols - Fix cmd_score crash: all_scores keys are already strings, not enums - Add .gitignore to exclude data/ directory
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ def cmd_score(args):
|
||||
state.regime_confidence,
|
||||
state.regime_version,
|
||||
state.regime_maturity_score,
|
||||
json.dumps({k.value: v for k, v in regime_result.all_scores.items()}),
|
||||
json.dumps(regime_result.all_scores),
|
||||
regime_result.prior_regime.value if regime_result.prior_regime else None,
|
||||
regime_result.confirmation_days,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user