From e71dc22d51c7e2e3e0e04fe76e6ac2f86712abbd Mon Sep 17 00:00:00 2001 From: quaduzi Date: Fri, 30 Jun 2023 14:22:38 +0700 Subject: [PATCH] =?UTF-8?q?exec=20=D0=BD=D0=B5=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB,=20=D1=81=D0=BE=D1=80=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 13b143b..92ee4f6 100644 --- a/src/main.py +++ b/src/main.py @@ -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: