E-slam commited on
Commit
5b59963
·
verified ·
1 Parent(s): 67f3286

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -1
main.py CHANGED
@@ -14,6 +14,9 @@ os.system(f"git clone {url_with_token}")
14
 
15
  time.sleep(10)
16
 
17
- os.chdir("ESearch_FletV01")
 
 
 
18
 
19
  os.system("python main.py")
 
14
 
15
  time.sleep(10)
16
 
17
+ files = os.listdir()
18
+
19
+ for file in files:
20
+ print(file)
21
 
22
  os.system("python main.py")