2
0
forked from kodorvan/stcs

Switched to demo mode

This commit is contained in:
algizn97
2025-10-27 13:05:19 +05:00
parent a0ef48810a
commit 9497cca3e0
4 changed files with 7 additions and 7 deletions

View File

@@ -190,10 +190,6 @@ class TelegramMessageHandler:
res = await trading_cycle_profit(
tg_id=tg_id, symbol=symbol, side=r_side
)
current_series += 1
await rq.set_current_series(
tg_id=tg_id, symbol=symbol, current_series=current_series
)
if res == "OK":
pass
else: