Skip to content

Commit

Permalink
Remove Request_Time
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Apr 22, 2024
1 parent 41f3f95 commit 7fab2b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skyscan-c2/c2_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ def _target_selection_callback(
"object_id": str(target.name),
"object_type": str(target["object_type"]),
"timestamp": float(target["timestamp"]),
"request_time": float(target["request_time"]),
"latitude": float(target["latitude"]),
"longitude": float(target["longitude"]),
"altitude": float(target["altitude"]),
Expand Down

0 comments on commit 7fab2b7

Please sign in to comment.