We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22e358 commit 1b3048bCopy full SHA for 1b3048b
main.py
@@ -48,7 +48,7 @@ def lazy_load_single_exam():
48
def lazy_load_multi_day_set():
49
"""懒加载多日考试设置模块并执行"""
50
from multi_day_exam import Settonsofday
51
- root.destroy() # 关闭主窗口
+
52
Settonsofday()
53
54
def lazy_load_multi_day_start():
0 commit comments