E-slam commited on
Commit
3c2a93b
·
verified ·
1 Parent(s): 0d6dde3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,11 +5,11 @@ subprocess.call(["pip", "install", "flet==0.23.2"])
5
  import os
6
  import time
7
 
8
- # gh_token = os.getenv("gh_token")
9
 
10
- # url_with_token = "https://" + gh_token + "@github.com/Eslam-Magdy-1297/ESearch_FletV01.git"
11
 
12
- # os.system(f"git clone {url_with_token}")
13
 
14
  time.sleep(10)
15
 
 
5
  import os
6
  import time
7
 
8
+ gh_token = os.getenv("gh_token")
9
 
10
+ url_with_token = "https://" + gh_token + "@github.com/Eslam-Magdy-1297/ESearch_FletV01.git"
11
 
12
+ os.system(f"git clone {url_with_token}")
13
 
14
  time.sleep(10)
15