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)):
|
||||
code, amount_text = 'DKK', m.group('amount')
|
||||
else:
|
||||
logger.warning('Unknown format: %s', text)
|
||||
logger.debug('Unknown format: %s', text)
|
||||
return None
|
||||
|
||||
currency = (
|
||||
|
|
Loading…
Reference in New Issue
Block a user