tracinginsights commited on
Commit
39aca5d
·
1 Parent(s): a0c6e3c

Update app.py

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