Spaces:
Running
Running
Update main.py
Browse files
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/
|
23 |
|
24 |
-
|
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")
|
|