todo update
This commit is contained in:
parent
c6015c9ada
commit
d74c3b9923
1
todo.txt
1
todo.txt
|
|
@ -13,6 +13,7 @@ Mandatory:
|
|||
* Orders.
|
||||
* Sredro.
|
||||
* A lot more.
|
||||
9. In statistics_server, cache daily_and_monthly_totals result if there are no changes in the last deals (and if the day did not change)
|
||||
|
||||
|
||||
Would be nice to have:
|
||||
|
|
|
|||
|
|
@ -337,8 +337,8 @@ class trader:
|
|||
config_filename = f"configs/{self.base}{self.quote}.json"
|
||||
with open(config_filename,"r") as y:
|
||||
config_dict = json.load(y)
|
||||
if self.config_dict["autoswitch"]:
|
||||
config_dict["autoswitch"] = True
|
||||
if self.config_dict["autoswitch"]: # In what context was this useful?
|
||||
config_dict["autoswitch"] = True #
|
||||
return config_dict
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue