Skip to content

Commit cd62332

Browse files
authored
Update quickstart.py
1 parent e028730 commit cd62332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calendar/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def main():
6464
start = event['start'].get('dateTime', event['start'].get('date'))
6565
print(start, event['summary'])
6666

67-
67+
6868
if __name__ == '__main__':
6969
main()
7070
# [END calendar_quickstart]

0 commit comments

Comments
 (0)