mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +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 sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
from freqtrade.main import main, set_loggers
|
from freqtrade.main import main
|
||||||
|
|
||||||
set_loggers()
|
|
||||||
|
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Deprecated - To continue to run the bot like this, please run `pip install -e .` again.",
|
"Deprecated - To continue to run the bot like this, please run `pip install -e .` again.",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user