Reduce log level
This commit is contained in:
parent
ea955a00d7
commit
b656ae1142
|
@ -106,7 +106,7 @@ def parse_price(text: str, default_currency: Asset) -> AssetAmount | None:
|
||||||
elif m := (RE_KR_AMOUNT.fullmatch(text) or RE_AMOUNT_SUFFIX_KR.fullmatch(text)):
|
elif m := (RE_KR_AMOUNT.fullmatch(text) or RE_AMOUNT_SUFFIX_KR.fullmatch(text)):
|
||||||
code, amount_text = 'DKK', m.group('amount')
|
code, amount_text = 'DKK', m.group('amount')
|
||||||
else:
|
else:
|
||||||
logger.warning('Unknown format: %s', text)
|
logger.debug('Unknown format: %s', text)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
currency = (
|
currency = (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user