Change logging level

This commit is contained in:
hroff-1902 2020-06-10 06:30:29 +03:00
parent 7d451638a8
commit 0067a3ab7c

View File

@ -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