stable/freqtrade/rpc
creslinux eedcb64962 Added api server shutdown function, and exposed on HTTP as /stop_api url
This will stop the running app gracefully - processing current api calls
then shutting the werkzueg (run) listening server.

Have also called this from the cleanup placeholder.
I'm not sure this is what is intended by cleanup def.
By which I mean there may be a thread left running with no app within -
not sure how to check this just yet.

tidied excessive logging.
2018-06-23 12:17:00 +00:00
..
__init__.py Move RPC and Telegram to classes 2018-03-03 09:33:54 +08:00
api_server.py Added api server shutdown function, and exposed on HTTP as /stop_api url 2018-06-23 12:17:00 +00:00
rest_client.py convert start, stop and reload_conf to return a dict 2018-06-22 03:32:45 +02:00
rpc_manager.py make rpc modules optional 2018-06-22 02:55:49 +02:00
rpc.py Merge branch 'develop' of https://github.com/freqtrade/freqtrade into feature/flask-rest 2018-06-23 09:34:32 +02:00
telegram.py remove _rpc_status_table and reuse _rpc_status instead 2018-06-23 09:28:13 +02:00