From ca573a828fc33134bcb2227f66ac9ea7de608aac Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Tue, 1 Apr 2025 00:34:38 -0400 Subject: [PATCH] chore: update _rpc_pause return wording --- freqtrade/rpc/rpc.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/freqtrade/rpc/rpc.py b/freqtrade/rpc/rpc.py index 185bda223..8903c7f2c 100644 --- a/freqtrade/rpc/rpc.py +++ b/freqtrade/rpc/rpc.py @@ -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 {