You've already forked wakapi-readme-stats
Fixed commit pagination code
This commit is contained in:
@@ -271,9 +271,7 @@ class DownloadManager:
|
||||
query_response = await DownloadManager._fetch_graphql_query(query, **kwargs, pagination=pagination)
|
||||
new_page_list, page_info = DownloadManager._find_pagination_and_data_list(query_response)
|
||||
page_list += new_page_list
|
||||
_, page_info = DownloadManager._find_pagination_and_data_list(initial_query_response)
|
||||
page_info.clear()
|
||||
return initial_query_response
|
||||
return page_list
|
||||
|
||||
@staticmethod
|
||||
async def get_remote_graphql(query: str, **kwargs) -> Dict:
|
||||
|
||||
Reference in New Issue
Block a user