From 4691599276b7d1fdbb6e630650155e9e2d8b12e5 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 2 May 2023 10:42:07 +0200 Subject: [PATCH] =?UTF-8?q?p=C5=99ed=20refactorem=20na=20ruzne=20ID=20runn?= =?UTF-8?q?er=20a=20stratin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2realbot/controller/services.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/v2realbot/controller/services.py b/v2realbot/controller/services.py index 5bc50ca..92eee53 100644 --- a/v2realbot/controller/services.py +++ b/v2realbot/controller/services.py @@ -315,10 +315,6 @@ def run_stratin(id: UUID, runReq: RunRequest): symbol = i.symbol open_rush = i.open_rush close_rush = i.close_rush - #do budoucna vylepsit konfiguraci, udelat na frontendu jedno pole config - #obsahujici cely toml dane strategie - #nyni predpokladame, ze stratvars a add_data sloupce v gui obsahuji - #dany TOML element try: stratvars = AttributeDict(stp["stratvars"]) except KeyError: