From 6b2205887f91f984e68c17a70534ab29d7dc5663 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Sun, 26 May 2019 22:38:22 +0800 Subject: [PATCH] Update AV_Data_Capture.py --- AV_Data_Capture.py | 1 - 1 file changed, 1 deletion(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 117dcd4..f71c128 100644 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -11,4 +11,3 @@ for i in b: os.chdir(os.getcwd()) for i in a: os.system('python core.py'+' "'+i+'"') - time.sleep(3)