Instapy: Error with conversion

Created on 17 Apr 2017  路  2Comments  路  Source: timgrossmann/InstaPy

Just got error for trying to convert int to string. I hope you can see from image.
Lower limit was 100.
Upper limit was 2500.

jbg

Most helpful comment

122 should fix this.

All 2 comments

File like_util.py
Add str (num_followers) in this line -> print('Number of Followers: ' + str(num_followers))

122 should fix this.

Was this page helpful?
0 / 5 - 0 ratings