1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-03 08:57:30 +00:00

cfg optional

This commit is contained in:
2021-04-30 11:45:05 +03:00
parent 19192d1641
commit e5064eeaed

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