pylint
This commit is contained in:
parent
f65ec2c401
commit
0b13615dc5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class MarketFeed(object):
|
||||||
self._online = True
|
self._online = True
|
||||||
|
|
||||||
def _on_error(self, err):
|
def _on_error(self, err):
|
||||||
log.warning("There was a problem updating %s exchange rate information from %s: %s",
|
log.warning("There was a problem updating %s exchange rate information from %s",
|
||||||
self.market, self.name)
|
self.market, self.name)
|
||||||
log.debug("Exchange rate error (%s from %s): %s", self.market, self.name, err)
|
log.debug("Exchange rate error (%s from %s): %s", self.market, self.name, err)
|
||||||
self._online = False
|
self._online = False
|
||||||
|
|
Loading…
Reference in a new issue