E-slam commited on
Commit
0704388
·
verified ·
1 Parent(s): 1bfae7a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -7,13 +7,13 @@ import time
7
 
8
  gh_token = os.getenv("gh_token")
9
 
10
- url_with_token = f"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
 
16
- with open("ESearch_FletV01/app.py", "r") as file:
17
  code = file.read()
18
  exec(code)
19
 
 
7
 
8
  gh_token = os.getenv("gh_token")
9
 
10
+ url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/Adel_Flet_Demo.git"
11
 
12
  os.system(f"git clone {url_with_token}")
13
 
14
  time.sleep(10)
15
 
16
+ with open("Adel_Flet_Demo/app.py", "r") as file:
17
  code = file.read()
18
  exec(code)
19