E-slam commited on
Commit
e857334
·
verified ·
1 Parent(s): 11e63c3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -5,7 +5,9 @@ import subprocess
5
 
6
  gh_token = os.getenv("gh_token")
7
 
8
- url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/Netways-UAE-JudgeAssistant.git"
 
 
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