add comment

This commit is contained in:
iuvbio 2019-03-05 20:18:35 +01:00
parent e234158cc9
commit 6b97af4a03
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class Exchange(object):
try:
markets = self._api.load_markets()
self._load_async_markets()
return markets
return markets # prbly not necessary to return anything anymore
except ccxt.BaseError as e:
logger.warning('Unable to initialize markets. Reason: %s', e)
return {}