Spaces:
Runtime error
Runtime error
Commit
·
bd6a602
1
Parent(s):
b1f181a
Update screen/screen_scan.py
Browse files- screen/screen_scan.py +1 -2
screen/screen_scan.py
CHANGED
@@ -88,8 +88,7 @@ def screen_scan_main():
|
|
88 |
if len(wrong_ans[0]) == 0:
|
89 |
wrong_ans[0] = "0"
|
90 |
#
|
91 |
-
|
92 |
-
wrong_ans_str = ','.join(str(wrong_ans[0]))
|
93 |
new_data = make_new_data(sinav_kodu=exam_code, ogrenci_no=int(student_idFix),
|
94 |
notu=int(grading[0]),yanlislar=str(wrong_ans_str))
|
95 |
|
|
|
88 |
if len(wrong_ans[0]) == 0:
|
89 |
wrong_ans[0] = "0"
|
90 |
#
|
91 |
+
wrong_ans_str = ','.join(str(wrong_ans[0]))
|
|
|
92 |
new_data = make_new_data(sinav_kodu=exam_code, ogrenci_no=int(student_idFix),
|
93 |
notu=int(grading[0]),yanlislar=str(wrong_ans_str))
|
94 |
|