ulysses-python-client icon indicating copy to clipboard operation
ulysses-python-client copied to clipboard

added groupName and groupId on SheetWithContent __init__ method

Open netors opened this issue 7 years ago • 1 comments

netors avatar Oct 07 '18 16:10 netors

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

netors avatar Oct 07 '18 16:10 netors