forked from kodorvan/stcs
Switched to demo mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user