mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Remove wrong import in legacy startup sript
This commit is contained in:
parent
f0206a90b1
commit
bbab5fef0c
|
@ -3,9 +3,7 @@
|
|||
import sys
|
||||
import warnings
|
||||
|
||||
from freqtrade.main import main, set_loggers
|
||||
|
||||
set_loggers()
|
||||
from freqtrade.main import main
|
||||
|
||||
warnings.warn(
|
||||
"Deprecated - To continue to run the bot like this, please run `pip install -e .` again.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user