ahmadudin / electron-instaPy-GUI

Graphic user interface for https://github.com/timgrossmann/InstaPy
MIT License
267 stars 64 forks source link

Error delay - > sleep_delay #15

Open jrvansuita opened 7 years ago

jrvansuita commented 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$

ahmadudin commented 7 years ago

This issue has been fixed, but not yet implemented on executable version.