exec не добавил, сори

This commit is contained in:
quaduzi 2023-06-30 14:22:38 +07:00
parent a112a9a706
commit e71dc22d51
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def get_slot_by_id(
event_dict = service.events().get(
calendarId=CALENDAR_ID,
eventId=slot_id
)
).execute()
event = CalendarEvent(**event_dict)
if not event: