board_arrival and board_departure made

This commit is contained in:
2022-10-05 15:06:36 +02:00
parent 5c013dd38f
commit 7e4cde8762
3 changed files with 80 additions and 10 deletions

View File

@@ -66,5 +66,5 @@ def board_arrival(
find_exception(board_raw)
raise NotReadyYetError()
# return BoardArrival(board_raw)
# raise NotReadyYetError()
return BoardArrival(board_raw, access_id)

View File

@@ -66,5 +66,5 @@ def board_departure(
find_exception(board_raw)
raise NotReadyYetError()
# return BoardDeparture(board_raw)
# raise NotReadyYetError()
return BoardDeparture(board_raw, access_id)