fix
This commit is contained in:
parent
396a248e10
commit
df7d94de8f
@ -5,5 +5,5 @@ import sys
|
||||
filename = "davisAPI.py"
|
||||
while True:
|
||||
print('Start'+filename)
|
||||
p = Popen("python " + filename, shell=True)
|
||||
p = Popen("python davisAPI\\" + filename, shell=True)
|
||||
p.wait()
|
||||
|
Loading…
Reference in New Issue
Block a user