From 33db5f6f8e09749a870c3c5882ef08e7425e6437 Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Sun, 15 Dec 2019 22:16:38 +0800 Subject: [PATCH] Update AV_Data_Capture.py --- AV_Data_Capture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index a0ad772..7ef8ed6 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -15,7 +15,7 @@ os.chdir(os.getcwd()) # ============global var=========== -version='1.7' +version='1.8' config = ConfigParser() config.read(config_file, encoding='UTF-8') @@ -154,4 +154,4 @@ if __name__ =='__main__': CEF(exclude_directory_1) CEF(exclude_directory_2) print("[+]All finished!!!") - input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。") \ No newline at end of file + input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。")