Nathanotal commited on
Commit
a449aa6
·
1 Parent(s): fa48446
Files changed (1) hide show
  1. app.py +0 -2
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