mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-12 02:41:15 +00:00
Refactor Configuration() to apply common configurations all the time and to remove show_info
This commit is contained in:
@@ -69,4 +69,3 @@ def file_dump_json(filename, data) -> None:
|
||||
"""
|
||||
with open(filename, 'w') as file:
|
||||
json.dump(data, file)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user