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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ current_working_directory = os.getcwd()
12
  path = os.path.join(current_working_directory , 'streamlit')
13
  os.mkdir(path)
14
 
15
- pygit2.clone_repository("https://tracinginsights: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@github.com/TracingInsights/Charts.git", path )
 
12
  path = os.path.join(current_working_directory , 'streamlit')
13
  os.mkdir(path)
14
 
15
+ pygit2.clone_repository(GITHUB, path )