Add webserver entrypoint

This commit is contained in:
Matthias
2020-05-22 19:57:17 +02:00
parent dec523eef0
commit ef137546fe
3 changed files with 19 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ from freqtrade.commands.list_commands import (start_list_exchanges, start_list_h
from freqtrade.commands.optimize_commands import start_backtesting, start_edge, start_hyperopt
from freqtrade.commands.pairlist_commands import start_test_pairlist
from freqtrade.commands.plot_commands import start_plot_dataframe, start_plot_profit
from freqtrade.commands.trade_commands import start_trading
from freqtrade.commands.trade_commands import start_trading, start_webserver