Skip to content

Commit

Permalink
nexus2
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 14, 2024
1 parent 14b346b commit 0ab88fb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ def _get_schedule(self, location_id: int) -> None:
schedule = self._evaluate_timestamp(
schedule, location_id, appointment["startTimestamp"]
)

## GarDebug
print(f"{datetime.strptime(appointment["startTimestamp"], "%Y-%m-%dT%H:%M").isoformat()}\n")

all_active_appointments.append(datetime.strptime(appointment["startTimestamp"], "%Y-%m-%dT%H:%M").isoformat())

self._clear_database_of_claimed_appointments(location_id, all_active_appointments)
Expand Down

0 comments on commit 0ab88fb

Please sign in to comment.