Moving the mission and mission control in their own file. Adapting the rescue mission for the new shuttle

This commit is contained in:
2023-08-31 17:31:43 +02:00
parent c403da605b
commit 1499e737c1
8 changed files with 450 additions and 246 deletions

View File

@@ -161,7 +161,7 @@ class ManeuverScheduler:
except json.JSONDecodeError:
continue
raise EOFError('Excepted to find a free timeslot at the end alarm list')
raise EOFError('Expected to find a free timeslot at the end alarm list')
@classmethod
def get_reservation(cls, ut_at) -> Timeslot: