chore: update _rpc_pause return wording

This commit is contained in:
Axel-CH
2025-04-01 00:34:38 -04:00
parent 722d5b2319
commit ca573a828f

View File

@@ -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 {