mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
use copy of minimal_config ...
This commit is contained in:
parent
7a79b292e4
commit
08fa5136e1
|
@ -54,7 +54,7 @@ class Configuration(object):
|
|||
config: Dict[str, Any] = {}
|
||||
|
||||
if not files:
|
||||
return constants.MINIMAL_CONFIG
|
||||
return constants.MINIMAL_CONFIG.copy()
|
||||
|
||||
# We expect here a list of config filenames
|
||||
for path in files:
|
||||
|
|
Loading…
Reference in New Issue
Block a user