Skip to content

Commit

Permalink
Update SerializedMitmDataProcessor.py
Browse files Browse the repository at this point in the history
Missing declaration out of scope
  • Loading branch information
JabLuszko committed Sep 10, 2024
1 parent d12c438 commit 140b8e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ async def _handle_inventory_data(self, origin: str, data: bytes) -> None:
async def __process_stations(self, gmo: pogoprotos.GetMapObjectsOutProto,
received_timestamp: int) -> Tuple[List[int], int]:
stations_time_start = self.get_time_ms()
stations_in_gmo: int = 0
async with self.__db_wrapper as session, session:
try:
stations_in_gmo = await self.__db_submit.stations(session,
Expand Down

0 comments on commit 140b8e9

Please sign in to comment.