mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
chore: Update Path to write json schema to
This commit is contained in:
parent
61b573bb89
commit
25569686aa
|
@ -5,6 +5,6 @@ import rapidjson
|
|||
from freqtrade.configuration.config_schema import CONF_SCHEMA
|
||||
|
||||
|
||||
schema_filename = Path(Path(__file__).parent.parent / "schema.json")
|
||||
schema_filename = Path(__file__).parent / "schema.json"
|
||||
with schema_filename.open("w") as f:
|
||||
rapidjson.dump(CONF_SCHEMA, f, indent=2)
|
||||
|
|
Loading…
Reference in New Issue
Block a user