cdactvm commited on
Commit
cc2ec1d
·
verified ·
1 Parent(s): 3242b8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -223,8 +223,9 @@ for word in textnum.split():
223
  lastscale = True
224
  elif word in units:
225
  lastunit = True
226
- if onnumber:
227
- curstring += repr(result + current)
 
228
 
229
  return curstring
230
 
 
223
  lastscale = True
224
  elif word in units:
225
  lastunit = True
226
+
227
+ if onnumber:
228
+ curstring += repr(result + current)
229
 
230
  return curstring
231