diff --git a/DataHandler.py b/DataHandler.py index 90e9e7c39f22bb59dcb5f6bbc90a9178ae0901ac..b37f5ffc47bde5299eae3f17ce58a3bd0c4859f5 100644 --- a/DataHandler.py +++ b/DataHandler.py @@ -7,7 +7,7 @@ class DataHandler(ABC): self.invalidDriverId = "NO_DRIVER" self.activateDebugOvertakeAnalysis = False self.slickCompounds = ('SOFT', 'MEDIUM', 'HARD') - self.validSessionTypes = ("Practice", "Qualifying", "Race") # TODO: Check if it's called Qualify or Qualifying in the Pandas dataframes + self.validSessionTypes = ("Practice", "Qualifying", "Race") self.countOutPitstops = True self.firstFastF1Year: int = 2018