Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,11 +5,11 @@ subprocess.call(["pip", "install", "flet==0.23.2"])
|
|
| 5 |
import os
|
| 6 |
import time
|
| 7 |
|
| 8 |
-
gh_token = os.getenv("gh_token")
|
| 9 |
|
| 10 |
-
url_with_token = "https://" + gh_token + "@github.com/Eslam-Magdy-1297/ESearch_FletV01.git"
|
| 11 |
|
| 12 |
-
os.system(f"git clone {url_with_token}")
|
| 13 |
|
| 14 |
time.sleep(10)
|
| 15 |
|
|
|
|
| 5 |
import os
|
| 6 |
import time
|
| 7 |
|
| 8 |
+
# gh_token = os.getenv("gh_token")
|
| 9 |
|
| 10 |
+
# url_with_token = "https://" + gh_token + "@github.com/Eslam-Magdy-1297/ESearch_FletV01.git"
|
| 11 |
|
| 12 |
+
# os.system(f"git clone {url_with_token}")
|
| 13 |
|
| 14 |
time.sleep(10)
|
| 15 |
|