Make live signal reads non-mutating
Deploy / lint (push) Successful in 6s
Deploy / test (push) Failing after 48s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-07-03 10:09:46 +02:00
parent ac51e23949
commit 8c36cfcef1
11 changed files with 460 additions and 277 deletions
-1
View File
@@ -97,7 +97,6 @@ async def get_ticker_trade_setups(
db,
symbol=symbol,
live_recommendation=True,
recompute_scores=True,
)
data = []
for row in rows: