Skip to content

Commit

Permalink
add emergency
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 3, 2025
1 parent f3370df commit 4928d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyscan-c2/c2_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ def _target_selection_callback(
"flight": str(self.tracked_object["flight"]),
"squawk": str(self.tracked_object["squawk"]),
"category": str(self.tracked_object["category"]),
"emergency": str(self.tracked_object["emergency"]),
"aircraft_type": str(self.tracked_object["aircraft_type"]),
"aircraft_mfr": str(self.tracked_object["aircraft_mfr"]),
"aircraft_model": str(self.tracked_object["aircraft_model"]),
Expand Down

0 comments on commit 4928d78

Please sign in to comment.