Spaces:
Runtime error
Runtime error
Commit
·
a449aa6
1
Parent(s):
fa48446
pricefix
Browse files
app.py
CHANGED
@@ -217,8 +217,6 @@ def addDotsToPrice(price):
|
|
217 |
if (len(price) - i) % 3 == 1 and i != len(price) - 1:
|
218 |
toReturn += '.'
|
219 |
|
220 |
-
# Reverse the string
|
221 |
-
toReturn = toReturn[::-1]
|
222 |
return toReturn
|
223 |
|
224 |
|
|
|
217 |
if (len(price) - i) % 3 == 1 and i != len(price) - 1:
|
218 |
toReturn += '.'
|
219 |
|
|
|
|
|
220 |
return toReturn
|
221 |
|
222 |
|