Update AV_Data_Capture.py

This commit is contained in:
wenead99
2019-05-26 22:37:11 +08:00
committed by GitHub
parent 424ede24eb
commit 3e0dc60bad

View File

@@ -11,3 +11,4 @@ for i in b:
os.chdir(os.getcwd()) os.chdir(os.getcwd())
for i in a: for i in a:
os.system('python core.py'+' "'+i+'"') os.system('python core.py'+' "'+i+'"')
time.sleep(3)