Pyskee

Results 2 issues of Pyskee

I have been recently using the public API for some tests And even if in December #1666 succesfully managed to correct it I retried these last few days and I...

bug

while using this ``` test=bot._cl.user_followers_gql(43755885663, amount=20) print([user.username for user in test]) ``` i get ``` {'user': {'edge_followed_by': {'count': 115414, 'page_info': {'has_next_page': False, 'end_cursor': None}, 'edges': []}}} ``` as data there...

bug