Update AV_Data_Capture.py

This commit is contained in:
Yoshiko 2019-12-15 22:16:38 +08:00 committed by GitHub
parent 86e95589a9
commit 33db5f6f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[+][+]按回车键结束,你可以在结束之前查看和错误信息。")
input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。")