Always show freqtrade version
This commit is contained in:
@@ -11,7 +11,7 @@ from typing import Any, Dict, List, Optional, Tuple
|
||||
|
||||
from schedule import Scheduler
|
||||
|
||||
from freqtrade import __version__, constants
|
||||
from freqtrade import constants
|
||||
from freqtrade.configuration import validate_config_consistency
|
||||
from freqtrade.constants import BuySell, Config, LongShort
|
||||
from freqtrade.data.converter import order_book_to_dataframe
|
||||
@@ -52,8 +52,6 @@ class FreqtradeBot(LoggingMixin):
|
||||
"""
|
||||
self.active_pair_whitelist: List[str] = []
|
||||
|
||||
logger.info('Starting freqtrade %s', __version__)
|
||||
|
||||
# Init bot state
|
||||
self.state = State.STOPPED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user