diff --git a/data/static_import/races.csv b/data/static_import/races.csv index ad3c0cf..09b3cf2 100644 --- a/data/static_import/races.csv +++ b/data/static_import/races.csv @@ -7,11 +7,11 @@ China,5,2024-04-21-09-00,7 Miami,6,2024-05-05-22-00,13 Emilia-Romagna,7,2024-05-21-15-00,17 Monaco,8,2024-05-26-15-00,5 -Canada,9,2023-06-09-20-00,12 +Canada,9,2024-06-09-20-00,12 Spain,10,2024-06-23-15-00,8 Austria,11,2024-06-30-15-00,11 Great Britain,12,2024-07-07-16-00,4 -Hungary,12,2023-07-23-15-00,17 +Hungary,12,2024-07-23-15-00,17 Belgium,13,2024-07-28-15-00,13 Netherlands,14,2024-08-25-15-00,7 Monza,15,2024-09-01-15-00,16 diff --git a/formula10/__init__.py b/formula10/__init__.py index 8784d66..972fcc2 100644 --- a/formula10/__init__.py +++ b/formula10/__init__.py @@ -41,7 +41,7 @@ import formula10.controller.error_controller # General # - Decouple names from IDs + Fix Valtteri/Russel spelling errors # - Unit testing (as much as possible, but especially points calculation) -# - Add links to the official F1 stats page (for quali/result) +# - Add links to the official F1 stats page (for quali/result), probably best to store entire link in DB (because they are not entirely regular)? # Possible but probably not # - Show cards of previous race results, like with season guesses?