Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion twikit/client/gql.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ async def bookmark_folders_slice(self, cursor):
variables = {}
if cursor is not None:
variables['cursor'] = cursor
variables = {'variables': variables}
return await self.gql_get(Endpoint.BOOKMARK_FOLDERS_SLICE, variables)

async def edit_bookmark_folder(self, folder_id, name):
Expand Down