Atualli commited on
Commit
58c9608
·
1 Parent(s): 306ee79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def convdigplate(text) :
53
  if text[index].isdigit():
54
  temp[index] = dict[temp[index]]
55
  else :
56
- if not text[index].isdigit() and index <> 4:
57
  temp[index] = dictL[temp[index]]
58
 
59
  text = "".join(temp)
 
53
  if text[index].isdigit():
54
  temp[index] = dict[temp[index]]
55
  else :
56
+ if not text[index].isdigit() and index != 4:
57
  temp[index] = dictL[temp[index]]
58
 
59
  text = "".join(temp)