mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-08 08:51:15 +00:00
Fix application state and add new optional config attribute: "initial_state"
* Move State handling to misc, to avoid circular imports * Add optional config attribute "initial_state"
This commit is contained in:
@@ -35,5 +35,6 @@
|
||||
"enabled": true,
|
||||
"token": "token",
|
||||
"chat_id": "chat_id"
|
||||
}
|
||||
},
|
||||
"initial_state": "running"
|
||||
}
|
||||
Reference in New Issue
Block a user