priyadarshy / google-calendar-v3

Google Calendar V3 Python Client
Apache License 2.0
6 stars 1 forks source link

TypeError: settings_list() takes exactly 1 argument (2 given) #4

Open skanel opened 9 years ago

skanel commented 9 years ago

$ python GV3.py Traceback (most recent call last): File "GV3.py", line 23, in r = gapi.settings_list("dateFieldOrder") TypeError: settings_list() takes exactly 1 argument (2 given)

Anything I need to pass?