Fix typo in reloading_conf

This commit is contained in:
Matthias
2020-09-05 16:44:23 +02:00
parent 3ecd23f853
commit c18441f36f
3 changed files with 3 additions and 3 deletions

View File

@@ -436,7 +436,7 @@ class RPC:
def _rpc_reload_config(self) -> Dict[str, str]:
""" Handler for reload_config. """
self._freqtrade.state = State.RELOAD_CONFIG
return {'status': 'reloading config ...'}
return {'status': 'Reloading config ...'}
def _rpc_stopbuy(self) -> Dict[str, str]:
"""