Added the ability to calculate GPA, and optimized the relevant code to determine whether to run for the first time.

This commit is contained in:
NianBroken
2024-01-31 16:06:49 +08:00 Unverified
parent 45e9026b0c
commit b10d545a9c
-3
View File
@@ -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}")