This commit is contained in:
Jack Robison 2017-11-10 14:23:14 -05:00
parent f65ec2c401
commit 0b13615dc5
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -69,7 +69,7 @@ class MarketFeed(object):
self._online = True
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)
log.debug("Exchange rate error (%s from %s): %s", self.market, self.name, err)
self._online = False