E-slam commited on
Commit
b95f10a
·
verified ·
1 Parent(s): fef7552

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -5,13 +5,13 @@ import subprocess
5
 
6
  gh_token = os.getenv("gh_token")
7
 
8
- url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/ZP-Dashboard.git"
9
 
10
  os.system(f"git clone {url_with_token}")
11
 
12
  time.sleep(10)
13
 
14
- source_dir = "ZP-Dashboard"
15
  destination_dir = "."
16
 
17
  import os
 
5
 
6
  gh_token = os.getenv("gh_token")
7
 
8
+ url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/MetraGroup-STC-POC.git"
9
 
10
  os.system(f"git clone {url_with_token}")
11
 
12
  time.sleep(10)
13
 
14
+ source_dir = "MetraGroup-STC-POC"
15
  destination_dir = "."
16
 
17
  import os