This commit is contained in:
Gert Wohlgemuth
2018-06-12 10:17:04 -07:00
15 changed files with 209 additions and 23 deletions

View File

@@ -302,6 +302,11 @@ class RPC(object):
return True, '*Status:* `already stopped`'
def rpc_reload_conf(self) -> str:
""" Handler for reload_conf. """
self.freqtrade.state = State.RELOAD_CONF
return '*Status:* `Reloading config ...`'
# FIX: no test for this!!!!
def rpc_forcesell(self, trade_id) -> Tuple[bool, Any]:
"""