Readd removed newline

This commit is contained in:
Raffson 2024-07-28 17:14:08 +02:00
parent d604905f52
commit 3bdda3b852
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -33,6 +33,7 @@ class Navigating(InFlight):
# by zero error
if self.total_time_to_next_waypoint.total_seconds() < 1:
return 1.0
return (
self.elapsed_time.total_seconds()
/ self.total_time_to_next_waypoint.total_seconds()