mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
for debug, it is always whole page
This commit is contained in:
parent
d49fb9fa97
commit
4488a00982
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class MarketFeed:
|
||||||
except json.JSONDecodeError as e:
|
except json.JSONDecodeError as e:
|
||||||
msg = e.doc if '<html>' not in e.doc else 'unexpected content type.'
|
msg = e.doc if '<html>' not in e.doc else 'unexpected content type.'
|
||||||
log.warning("Could not parse exchange rate response from %s: %s", self.name, msg)
|
log.warning("Could not parse exchange rate response from %s: %s", self.name, msg)
|
||||||
log.debug(msg)
|
log.debug(e.doc)
|
||||||
except InvalidExchangeRateResponseError as e:
|
except InvalidExchangeRateResponseError as e:
|
||||||
log.warning(str(e))
|
log.warning(str(e))
|
||||||
except ClientConnectionError as e:
|
except ClientConnectionError as e:
|
||||||
|
|
Loading…
Add table
Reference in a new issue