mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: update _rpc_pause return wording
This commit is contained in:
@@ -859,8 +859,10 @@ class RPC:
|
||||
if self._freqtrade.state == State.STOPPED:
|
||||
self._freqtrade.state = State.PAUSED
|
||||
return {
|
||||
"status": "starting bot with trader in paused state, no entries will occur. \
|
||||
Run /start to enable entries."
|
||||
"status": (
|
||||
"starting bot with trader in paused state, no entries will occur. "
|
||||
"Run /start to enable entries."
|
||||
)
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user