tracinginsights commited on
Commit
028bb9a
·
1 Parent(s): e46b5ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  current_working_directory = os.getcwd()
11
 
12
- path = os.path.join(current_working_directory , 'streamlit')
13
- os.mkdir(path)
14
 
15
- pygit2.clone_repository(GITHUB, path )
 
9
 
10
  current_working_directory = os.getcwd()
11
 
12
+ #path = os.path.join(current_working_directory , 'streamlit')
13
+ #os.mkdir(path)
14
 
15
+ pygit2.clone_repository(GITHUB, f"{current_working_directory}/files")