Ken Li
Results
4
comments of
Ken Li
Suggest a few lines of code to fix this issue in GramAddict/plugins/action_unfollow_followers.py at the iterate_over_followings function. Simply save the seen username in a see, check in each scroll, and see...
> # Problematic snippet > ``` > while True: > screen_iterated_followings = [] > logger.info("Iterate over visible followings.") > user_list = device.find( > resourceIdMatches=self.ResourceID.USER_LIST_CONTAINER, > ) > row_height, n_users =...