E-slam commited on
Commit
a3fadd2
·
verified ·
1 Parent(s): cb62305

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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/Allam_Dynamic.git"
18
 
19
  os.system(f"git clone {url_with_token}")
20
 
21
  time.sleep(10)
22
 
23
- source_dir = "Allam_Dynamic"
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