Skip to content

0.6.4 - #5064

Merged
breuerfelix merged 17 commits into
masterfrom
dev
Sep 17, 2019
Merged

0.6.4#5064
breuerfelix merged 17 commits into
masterfrom
dev

Conversation

@breuerfelix

Copy link
Copy Markdown
Collaborator

No description provided.

Immelstorn and others added 13 commits September 10, 2019 09:41
Fix error `TypeError: '<' not supported between instances of 'int' and 'NoneType'
fix #5035 according to comment from @fazilakbulut
…wers

Add docstring and small refactor for interact_user_followers()
…ow()

When passing both parameters InstapyFollowed and nonFollowers as True to unfollow(), the second is ignored as the condition InstapyFollowed comes first. The suggestion below would ignore InstapyFollowed and base the following actions on nonFollowers (which is itself based on the InstapyFollowed list minus users that followed back at any time).

Add in unfollow_util.py, line 295:

if nonFollowers is True: InstapyFollowed = False # nonFollowers is already based on InstapyFollowed minus Followers
Refactor smart_run exceptions handling
Managing InstapyFollowed and nonFollowers parameters = True in unfollow()

When passing both parameters InstapyFollowed and nonFollowers as True to unfollow(), the second is ignored as the condition InstapyFollowed comes first. The suggestion below would ignore InstapyFollowed and base the following actions on nonFollowers (which is itself based on the InstapyFollowed list minus users that followed back at any time).
pathakmayank and others added 3 commits September 15, 2019 14:41
IMAGE SIZE IMPROVEMENTS AND ALIGNMENT
Update unfollow()  and  validate_user_call()
@breuerfelix
breuerfelix merged commit f371d0d into master Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants