From 7caf8a46d485c9be1116658eb58bf89f31b3e082 Mon Sep 17 00:00:00 2001 From: creslinux Date: Thu, 14 Jun 2018 15:44:52 +0000 Subject: [PATCH] Updated Stop and start calls added Along with refactoring to base line and use decorators. Also modules loaded optionally if enabled in config or not binds to ip / port set from config.json with warning if not localhost TODO: - use argparse in client, and generally clean client up - create unit test - documentation - extend to other RCP commands, after feedback --- freqtrade/rpc/rpc_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/rpc/rpc_manager.py b/freqtrade/rpc/rpc_manager.py index 21e54f488..d796b2454 100644 --- a/freqtrade/rpc/rpc_manager.py +++ b/freqtrade/rpc/rpc_manager.py @@ -1,5 +1,5 @@ """ -This module contains class to manage RPC communications (Telegram, Slack, Rest ...) +This module contains class to manage RPC communications (Telegram, Slack, Rest ....) """ import logging from typing import List