removing print statements

This commit is contained in:
Lucas
2022-03-31 00:43:21 -04:00
parent 0d78e10676
commit d54246f4b5
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ class CalGrab(object):
def __init__(self, auth_file, calendars=[], callbacks=[]):
self.calendars = calendars
# TODO: Add multiple calendar support
self.callbacks = callbacks
self.creds = service_account.Credentials.from_service_account_file(
auth_file, scopes=['https://www.googleapis.com/auth/calendar.readonly'])