E-slam commited on
Commit
c33c8af
·
verified ·
1 Parent(s): 09606b7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -14,4 +14,6 @@ os.system(f"git clone {url_with_token}")
14
 
15
  time.sleep(10)
16
 
17
- os.system("python ESearch_FletV01/app.py")
 
 
 
14
 
15
  time.sleep(10)
16
 
17
+ os.chdir("ESearch_FletV01")
18
+
19
+ os.system("python app.py")