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