1
0

Compare commits

..

No commits in common. "5c29ea63dae4e47019050c7307feccfdf0677a88" and "ea955a00d79e94901cbd9241a8111bc7a91f51fa" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.55'
__version__ = '0.1.54'

View File

@ -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.debug('Unknown format: %s', text)
logger.warning('Unknown format: %s', text)
return None
currency = (