Move webserver start command to seperate file

This commit is contained in:
Matthias
2021-06-20 15:18:41 +02:00
parent e5b1657ab3
commit 5474d5ee64
5 changed files with 18 additions and 17 deletions

View File

@@ -19,4 +19,5 @@ 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, start_webserver
from freqtrade.commands.trade_commands import start_trading
from freqtrade.commands.webserver_commands import start_webserver