gspread_asyncio icon indicating copy to clipboard operation
gspread_asyncio copied to clipboard

Update Worksheet Title (Not implemented)

Open philskillz-coder opened this issue 6 months ago • 0 comments

Im trying to update the worksheet title but i can't

  File "C:\Dev\Python\AutoPhiBot\util\sheet.py", line 122, in create_sheet
    await worksheet.update_title(sheet_name)
  File "C:\Dev\Python\AutoPhiBot\venv\lib\site-packages\gspread_asyncio\__init__.py", line 2667, in update_title
    raise NotImplemented("This breaks ws caching, could be implemented later")
TypeError: 'NotImplementedType' object is not callable```

philskillz-coder avatar Aug 27 '24 11:08 philskillz-coder