1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 07:28:24 +00:00

cfg optional

This commit is contained in:
Dmitry Belyaev 2021-04-30 11:45:05 +03:00
parent 19192d1641
commit e5064eeaed
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -86,7 +86,7 @@ class GoogleCalendar:
logger = logging.getLogger('GoogleCalendar')
def __init__(self, service: discovery.Resource, calendarId: str):
def __init__(self, service: discovery.Resource, calendarId: Optional[str]):
self.service: discovery.Resource = service
self.calendarId: str = calendarId