diff --git a/titles/idac/season2.py b/titles/idac/season2.py index 95266bc..2084ac3 100644 --- a/titles/idac/season2.py +++ b/titles/idac/season2.py @@ -116,7 +116,7 @@ class IDACSeason2(IDACBase): ) as f: self.logger.debug(f"Loading round info {round}...") tmp = json.load(f) - self.last_round_event_id = await self.data.rounds._try_load_round_event(tmp["last_round_event_id"], tmp) + self.last_round_event_id = await self.data.rounds._try_load_round_event(tmp["round_event_id"], tmp) #self.last_round_event.append(self._fix_dates(tmp)) self.logger.debug(f"Loaded round id for database: {self.last_round_event_id}...")