Update local_rpc_server.py

This commit is contained in:
creslin 2018-06-08 18:43:32 +00:00 committed by GitHub
parent efbeabf141
commit 2d0a4c4de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class LocalRPCControls(object):
class LocalRPCSuperWrap(RPC):
"""
Telegram, this class send messages to Telegram
Class to start thread with ZeroRPC running
"""
def __init__(self, freqtrade) -> None:
"""