wajid commited on
Commit
4b33b81
·
1 Parent(s): aeba230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ def extract_result(lst):
208
  issue_date=expiry_date
209
  print("I am in 2nd except")
210
  print(birth_date)
211
- print(datetime.strptime(lst[x][4], '%y%m%d').strftime('%d/%m/%Y'))
212
  print(datetime.strptime(lst[x][4], '%y%m%d'))
213
  document_type=lst[x][7]
214
  document_number=lst[x][8]
 
208
  issue_date=expiry_date
209
  print("I am in 2nd except")
210
  print(birth_date)
211
+ # print(datetime.strptime(lst[x][4], '%y%m%d').strftime('%d/%m/%Y'))
212
  print(datetime.strptime(lst[x][4], '%y%m%d'))
213
  document_type=lst[x][7]
214
  document_number=lst[x][8]