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)