tracinginsights commited on
Commit
3cd24f4
1 Parent(s): bbc56cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -4,12 +4,12 @@ import os
4
  GITHUB_PAT = os.environ['GITHUB']
5
 
6
  if os.path.exists('repo_directory'):
7
- None
8
  else:
9
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
10
 
11
  import repo_directory.app as app
12
 
13
- # app.plot_circuits()
14
- # app.plot_recent_overtakes()
15
- # app.plot_full_season()
 
4
  GITHUB_PAT = os.environ['GITHUB']
5
 
6
  if os.path.exists('repo_directory'):
7
+
8
  else:
9
  Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
10
 
11
  import repo_directory.app as app
12
 
13
+ app.plot_circuits()
14
+ app.plot_recent_overtakes()
15
+ app.plot_full_season()