2511회 채점자료 업데이트
This commit is contained in:
8
main.py
8
main.py
@@ -337,9 +337,9 @@ def main():
|
||||
timestamp = datetime.now().strftime("%y%m%d")
|
||||
test_mode = False # 테스트 모드 설정
|
||||
# test_mode = True # 테스트 모드 설정
|
||||
exam_round = "2510"
|
||||
# exam_names = ["CAT_3_A"] # 여러 시험명을 리스트로 설정
|
||||
exam_names = ["CAS_2_A"] # 여러 시험명을 리스트로 설정
|
||||
exam_round = "2511"
|
||||
exam_names = ["CAT_3_A"] # 여러 시험명을 리스트로 설정
|
||||
# exam_names = ["CAS_2_A"] # 여러 시험명을 리스트로 설정
|
||||
excel_list = []
|
||||
|
||||
for exam_name in exam_names:
|
||||
@@ -362,7 +362,7 @@ def main():
|
||||
columns.append(f'{idx}')
|
||||
idx = idx + 1
|
||||
|
||||
columns.append('총점')
|
||||
columns.append('총점')
|
||||
|
||||
# os.walk 결과를 리스트로 변환하고 정렬
|
||||
walk_results = []
|
||||
|
||||
Reference in New Issue
Block a user