Formatting Update
This commit is contained in:
parent
c3a327b608
commit
458ff472e1
|
@ -278,8 +278,8 @@ def add_currency_card(soup: BeautifulSoup,
|
||||||
element1 = element1.parent
|
element1 = element1.parent
|
||||||
|
|
||||||
# Creating the conversion factor
|
# Creating the conversion factor
|
||||||
conversion_factor = conversion_details['currencyValue1'] / \
|
conversion_factor = (conversion_details['currencyValue1'] /
|
||||||
conversion_details['currencyValue2']
|
conversion_details['currencyValue2'])
|
||||||
|
|
||||||
# Creating a new div for the input boxes
|
# Creating a new div for the input boxes
|
||||||
conversion_box = soup.new_tag('div')
|
conversion_box = soup.new_tag('div')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user