Fix % format comma separator and empty positions.json parse error

This commit is contained in:
2026-05-04 09:19:25 -04:00
parent ba7495f4e4
commit 5826e10228
3 changed files with 24 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ class Scanner:
)
for opp in opportunities:
log.info(
" %-12s change=%+.2f%% volume=$%,.0f",
" %-12s change=%+.2f%% volume=$%.0f",
opp.pair, opp.change_pct, opp.volume_usd,
)