Spaces:
Runtime error
Runtime error
Eslam Magdy commited on
Update main.py
Browse files
main.py
CHANGED
|
@@ -5,7 +5,9 @@ import subprocess
|
|
| 5 |
|
| 6 |
gh_token = os.getenv("gh_token")
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
|
| 10 |
os.system(f"git clone {url_with_token}")
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
gh_token = os.getenv("gh_token")
|
| 7 |
|
| 8 |
+
#Netways-UAE-JudgeAssistant
|
| 9 |
+
|
| 10 |
+
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/ZP-Dashboard.git"
|
| 11 |
|
| 12 |
os.system(f"git clone {url_with_token}")
|
| 13 |
|