gspread_asyncio
gspread_asyncio copied to clipboard
Update Worksheet Title (Not implemented)
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```