Skip to content

Commit

Permalink
remove encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcDirven committed Apr 17, 2024
1 parent be50b5a commit 1a70d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrijopnaam_prices/dynamic_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class DynamicPrice:
def __init__(self, cur: str, unit: str, table: bs4.BeautifulSoup, price_type: str):
self.__currency = cur.encode().decode('utf-8')
self.__currency = cur
self.__unit = unit
self._table = table
self.__type = price_type
Expand Down

0 comments on commit 1a70d90

Please sign in to comment.