Compare commits
No commits in common. "5c29ea63dae4e47019050c7307feccfdf0677a88" and "ea955a00d79e94901cbd9241a8111bc7a91f51fa" have entirely different histories.
5c29ea63da
...
ea955a00d7
|
@ -1 +1 @@
|
|||
__version__ = '0.1.55'
|
||||
__version__ = '0.1.54'
|
||||
|
|
|
@ -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 = (
|
||||
|
|
Loading…
Reference in New Issue
Block a user