Revert "Fix --export trades in backtesting"
This reverts commit a845630749
.
This commit is contained in:
parent
a845630749
commit
c4163374d6
@ -62,7 +62,7 @@ def common_datearray(dfs):
|
|||||||
|
|
||||||
def file_dump_json(filename, data) -> None:
|
def file_dump_json(filename, data) -> None:
|
||||||
with open(filename, 'w') as fp:
|
with open(filename, 'w') as fp:
|
||||||
json.dump(data, fp, default=str)
|
json.dump(data, fp)
|
||||||
|
|
||||||
|
|
||||||
@synchronized
|
@synchronized
|
||||||
|
Loading…
Reference in New Issue
Block a user