tracinginsights commited on
Commit
621f493
·
1 Parent(s): 8b1263a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ if not os.path.exists('repo_directory'):
9
  import repo_directory.app as app
10
  option = app.select_gp()
11
  app.plot_recent_overtakes(option)
 
12
  app.plot_circuits()
13
 
14
- app.plot_full_season()
 
9
  import repo_directory.app as app
10
  option = app.select_gp()
11
  app.plot_recent_overtakes(option)
12
+ app.plot_full_season()
13
  app.plot_circuits()
14