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 85ef99e commit de8fc26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _get_schedule(self, location_id: int) -> None:

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

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

Expand Down

0 comments on commit de8fc26

Please sign in to comment.