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

## GarDebug
print(f"{datetime.strptime(appointment["startTimestamp"], "%Y-%m-%dT%H:%M").isoformat()}\n")
print(f"{datetime.today():%Y/%m/%d %H:%M:%S}: Active appointments available for location {location_id}.")

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

Expand Down

0 comments on commit 6c0223e

Please sign in to comment.