E-slam commited on
Commit
fb908a4
·
verified ·
1 Parent(s): 8fc9334

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -3
main.py CHANGED
@@ -19,7 +19,6 @@ os.system(f"git clone {url_with_token}")
19
  time.sleep(10)
20
 
21
  # Copy main.py to current directory, replacing existing files
22
- os.system("cp -f ESearch_FletV01/main.py ./")
23
 
24
- # Optionally, you may want to execute the main.py file here
25
- os.system("python main.py")
 
19
  time.sleep(10)
20
 
21
  # Copy main.py to current directory, replacing existing files
22
+ os.system("cp -f ESearch_FletV01/app.py ./")
23
 
24
+ os.system("python app.py")