Skip to content

Commit

Permalink
fix wait_for_valid_auth param error
Browse files Browse the repository at this point in the history
  • Loading branch information
timgrossmann authored Mar 10, 2019
1 parent 2d1fc74 commit a42863b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instapy/like_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def get_links_for_username(browser,
browser.wait_for_valid_connection(browser, username, logger)

if following_status == 'Follow':
browser.wait_for_valid_authorization(browser, username, logger, notify=False)
browser.wait_for_valid_authorization(browser, username, logger)

is_private = is_private_profile(browser, logger, following_status == 'Following')
if (is_private is None
Expand Down

0 comments on commit a42863b

Please sign in to comment.