BLD: minor adjustment

This commit is contained in:
Frederic Fortier
2018-01-31 17:19:09 -05:00
parent c0ba8b2ebb
commit e914481325
+1 -1
View File
@@ -1008,7 +1008,7 @@ class CCXT(Exchange):
results = dict()
results[symbol] = self.api.fetch_ticker(symbol=symbol)
except (ExchangeError, NetworkError, Exception) as e:
except (ExchangeError, NetworkError,) as e:
log.warn(
'unable to fetch ticker {} / {}: {}'.format(
self.name, symbol, e