ulysses-python-client
ulysses-python-client copied to clipboard
added groupName and groupId on SheetWithContent __init__ method
I was getting the following error when calling ulysses.read_sheet('xxx'):
*** TypeError: __init__() got an unexpected keyword argument 'groupName'
I noticed that the __init__ method of the SheetWithContent was missing groupName and groupID
I was able to execute read_sheet successfully after this update