E-slam commited on
Commit
f6b388b
·
verified ·
1 Parent(s): a395e4a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -13,7 +13,7 @@ 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
 
 
13
 
14
  time.sleep(10)
15
 
16
+ with open("Adel_Flet_Demo/main.py", "r") as file:
17
  code = file.read()
18
  exec(code)
19