diff --git a/freqtrade/rpc/local_rest_server.py b/freqtrade/rpc/local_rest_server.py index 940cc5942..0c9fad16b 100644 --- a/freqtrade/rpc/local_rest_server.py +++ b/freqtrade/rpc/local_rest_server.py @@ -13,7 +13,7 @@ logger = logging.getLogger(__name__) class Daily(Resource): # called by http://127.0.0.1:/daily?timescale=7 - # where 7 is the number of days to report back with. + # where 7 is the number of days to report back with def __init__(self, freqtrade) -> None: """ diff --git a/freqtrade/rpc/rest_client.py b/freqtrade/rpc/rest_client.py index 5b39b7a0b..928e1798c 100755 --- a/freqtrade/rpc/rest_client.py +++ b/freqtrade/rpc/rest_client.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3. """ Simple command line client into RPC commands Can be used as an alternate to Telegram diff --git a/freqtrade/rpc/rpc_manager.py b/freqtrade/rpc/rpc_manager.py index 252bbcdd8..33e432cec 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, ...) +This module contains class to manage RPC communications (Telegram, Slack, ....) """ import logging from typing import List