Add missing colon in departure time

This commit is contained in:
Raffson 2023-10-15 12:27:42 +02:00
parent 63e2c30e44
commit 84c9098dba
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -103,7 +103,7 @@ class FlightPlanPropertiesGroup(QGroupBox):
# is an invalid state for calling anything in TotEstimator.
return
self.departure_time.setText(
f"At {self.flight.flight_plan.startup_time():%H:%M%S}"
f"At {self.flight.flight_plan.startup_time():%H:%M:%S}"
)
self.flight_wpt_list.update_list()