Fix date mistakes in static race data
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-03-02 13:30:24 +01:00
parent d5d128379d
commit 131965e61f
2 changed files with 3 additions and 3 deletions

View File

@ -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

1 name number date pxx
7 Miami 6 2024-05-05-22-00 13
8 Emilia-Romagna 7 2024-05-21-15-00 17
9 Monaco 8 2024-05-26-15-00 5
10 Canada 9 2023-06-09-20-00 2024-06-09-20-00 12
11 Spain 10 2024-06-23-15-00 8
12 Austria 11 2024-06-30-15-00 11
13 Great Britain 12 2024-07-07-16-00 4
14 Hungary 12 2023-07-23-15-00 2024-07-23-15-00 17
15 Belgium 13 2024-07-28-15-00 13
16 Netherlands 14 2024-08-25-15-00 7
17 Monza 15 2024-09-01-15-00 16

View File

@ -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?