mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 09:01:52 +08:00
BLD: minor adjustment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user