mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Change logging level
This commit is contained in:
parent
7d451638a8
commit
0067a3ab7c
|
@ -190,7 +190,7 @@ class Exchange:
|
|||
def markets(self) -> Dict:
|
||||
"""exchange ccxt markets"""
|
||||
if not self._api.markets:
|
||||
logger.warning("Markets were not loaded. Loading them now..")
|
||||
logger.info("Markets were not loaded. Loading them now..")
|
||||
self._load_markets()
|
||||
return self._api.markets
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user