mertbozkurt commited on
Commit
78a22d9
·
1 Parent(s): 7f54950

Update screen/screen_scan.py

Browse files
Files changed (1) hide show
  1. screen/screen_scan.py +1 -1
screen/screen_scan.py CHANGED
@@ -86,7 +86,7 @@ def screen_scan_main():
86
 
87
  #image_show(resim_list)
88
  if len(wrong_ans[0]) == 0:
89
- wrong_ans[0] = " "
90
  wrong_ans_str = ','.join(wrong_ans[0])
91
  new_data = make_new_data(sinav_kodu=exam_code, ogrenci_no=int(student_idFix),
92
  notu=int(grading[0]),yanlislar=wrong_ans_str)
 
86
 
87
  #image_show(resim_list)
88
  if len(wrong_ans[0]) == 0:
89
+ wrong_ans[0] = "0"
90
  wrong_ans_str = ','.join(wrong_ans[0])
91
  new_data = make_new_data(sinav_kodu=exam_code, ogrenci_no=int(student_idFix),
92
  notu=int(grading[0]),yanlislar=wrong_ans_str)