Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -14,13 +14,13 @@ import subprocess
|
|
14 |
|
15 |
gh_token = os.getenv("gh_token")
|
16 |
|
17 |
-
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/
|
18 |
|
19 |
os.system(f"git clone {url_with_token}")
|
20 |
|
21 |
time.sleep(10)
|
22 |
|
23 |
-
source_dir = "
|
24 |
destination_dir = "."
|
25 |
|
26 |
import os
|
|
|
14 |
|
15 |
gh_token = os.getenv("gh_token")
|
16 |
|
17 |
+
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/Allam_Mustanier.git"
|
18 |
|
19 |
os.system(f"git clone {url_with_token}")
|
20 |
|
21 |
time.sleep(10)
|
22 |
|
23 |
+
source_dir = "Allam_Mustanier"
|
24 |
destination_dir = "."
|
25 |
|
26 |
import os
|