exec не добавил, сори
This commit is contained in:
parent
a112a9a706
commit
e71dc22d51
|
@ -196,7 +196,7 @@ def get_slot_by_id(
|
||||||
event_dict = service.events().get(
|
event_dict = service.events().get(
|
||||||
calendarId=CALENDAR_ID,
|
calendarId=CALENDAR_ID,
|
||||||
eventId=slot_id
|
eventId=slot_id
|
||||||
)
|
).execute()
|
||||||
event = CalendarEvent(**event_dict)
|
event = CalendarEvent(**event_dict)
|
||||||
|
|
||||||
if not event:
|
if not event:
|
||||||
|
|
Loading…
Reference in New Issue