mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 15:37:47 +01:00
Don't page lists, they don't support paging
This commit is contained in:
parent
9098279d40
commit
0f4f0b3863
@ -589,8 +589,7 @@ def get_instance(base_url: str) -> Response:
|
||||
|
||||
|
||||
def get_lists(app, user):
|
||||
path = "/api/v1/lists"
|
||||
return _get_response_list(app, user, path)
|
||||
return http.get(app, user, "/api/v1/lists").json()
|
||||
|
||||
|
||||
def find_list_id(app, user, title):
|
||||
|
Loading…
Reference in New Issue
Block a user