Skip to content

Commit 967cf79

Browse files
committed
minor label text mistake fix
1 parent 55f1428 commit 967cf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wifi/expanded/requests_wifi_api_openskynetwork_private_area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _format_datetime(datetime):
158158
# print(f" | | Last Contact Unix Time: {osn_time}")
159159
osn_struct_time = time.localtime(osn_time)
160160
osn_readable_time = f"{_format_datetime(osn_struct_time)}"
161-
print(f" | | Last Contact: {osn_readable_time}")
161+
print(f" | | Timestamp: {osn_readable_time}")
162162

163163
if osn_all_flights is not None:
164164
# print("Flight Data: ", osn_all_flights)

0 commit comments

Comments
 (0)