define _rpc_reload_conf as private method

This commit is contained in:
gcarq
2018-06-13 15:29:27 +02:00
parent e14c9e2090
commit 46080f5168
3 changed files with 5 additions and 5 deletions

View File

@@ -304,9 +304,9 @@ class RPC(object):
return '*Status:* `already stopped`'
def rpc_reload_conf(self) -> str:
def _rpc_reload_conf(self) -> str:
""" Handler for reload_conf. """
self.freqtrade.state = State.RELOAD_CONF
self._freqtrade.state = State.RELOAD_CONF
return '*Status:* `Reloading config ...`'
# FIX: no test for this!!!!