From b10d545a9cf0bfa640cdd27cd7da5c2ff1dbe675 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Wed, 31 Jan 2024 16:06:49 +0800 Subject: [PATCH] Added the ability to calculate GPA, and optimized the relevant code to determine whether to run for the first time. --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index 68435bb..138afdf 100644 --- a/main.py +++ b/main.py @@ -204,6 +204,3 @@ cache_folder = os.path.join(current_directory, "__pycache__") if os.path.exists(cache_folder): # 删除目录及其内容 shutil.rmtree(cache_folder) - -# 其他日志 -print(f"run_count:{run_count}")