Skip to content

Commit

Permalink
nexus3
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 15, 2024
1 parent 2279911 commit 66e774b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _get_schedule(self, location_id: int) -> None:
date_string1 = datetime.strftime(appointment["startTimestamp"], '%a, %B %d, %Y')
date_string2 = datetime.strftime(appointment.appointment_date, '%a, %B %d, %Y')
print(f"GarDebug: the appointment datetime stamp: {foo} | {date_string1} | {date_string2}")
# sys.exit()
sys.exit()

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

Expand Down

0 comments on commit 66e774b

Please sign in to comment.