Skip to content

Commit

Permalink
Merge pull request #44 from Algafix/general-dev
Browse files Browse the repository at this point in the history
API logging updating old subframes
  • Loading branch information
Algafix authored Oct 17, 2024
2 parents 021a9a3 + 521c423 commit 769cc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osnma/utils/status_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def do_status_log(self, osnma_r: 'OSNMAReceiver'):
"OSNMA_status": self._get_osnma_status_dict(osnma_r),
"OSNMA_material_received": dict(sorted(self.osnma_material_received.items())),
"nav_data_received": dict(sorted(self.nav_data_received.items())),
"verified_OSNMA_material": self.verified_osnma_material,
"verified_OSNMA_material": dict(self.verified_osnma_material),
"authenticated_nav_data": self._get_authenticated_nav_data(osnma_r),
}

Expand Down

0 comments on commit 769cc08

Please sign in to comment.