2603회 채점완료
This commit is contained in:
4
main.py
4
main.py
@@ -356,8 +356,8 @@ def main():
|
||||
test_mode = False # 일반 채점 모드
|
||||
# test_mode = True # 테스트 모드
|
||||
|
||||
exam_round = "2602"
|
||||
exam_names = ["CAS_2_A"] # 여러 시험명을 리스트로 설정
|
||||
exam_round = "2603"
|
||||
exam_names = ["CAT_3_A"] # 여러 시험명을 리스트로 설정
|
||||
# exam_names = ["CAS_2_A", "CAS_2_B"] # 여러 시험명을 리스트로 설정
|
||||
excel_list = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user