Open jrvansuita opened 7 years ago
The argument delay is not recognized by InstaPy. The correct argument is sleep_delay.
File "quickstart.py", line 11, in session.follow_user_followers(['tricae'], amount=50, delay=60, random=False, interact=True) TypeError: follow_user_followers() got an unexpected keyword argument 'delay' Junior:InstaPy jrvansuita$
This issue has been fixed, but not yet implemented on executable version.
The argument delay is not recognized by InstaPy. The correct argument is sleep_delay.
File "quickstart.py", line 11, in
session.follow_user_followers(['tricae'], amount=50, delay=60, random=False, interact=True)
TypeError: follow_user_followers() got an unexpected keyword argument 'delay'
Junior:InstaPy jrvansuita$