From c7e28e2199a7fa6764734f4c12f8e51629607156 Mon Sep 17 00:00:00 2001 From: JesterHey <144512889+JesterHey@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:47:09 +0800 Subject: [PATCH] Update main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 380ad30..b976936 100644 --- a/main.py +++ b/main.py @@ -70,6 +70,7 @@ JSS = readJson() transToTxt(JSS) # 展示txt文件 # print('哈哈终于要写完了') +print('答案获取完毕,开始展示') print_txt(get_all_txt_file(os.getcwd())) # #打印完,删除本地txt和json文件 for i in JSS: @@ -80,4 +81,4 @@ for i in os.listdir(): os.remove(i) # 判断云端是否存在答案json,如果不存在,则上传 if not is_exist(j_name): - upload(j_name) \ No newline at end of file + upload(j_name)