10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5701c87 commit d96e4f5Copy full SHA for d96e4f5
instaAPI-bot.py
@@ -108,7 +108,7 @@ def cleanup(): #logout and exit when CTRL + C is pressed
108
109
media_id = InstagramAPI.LastJson
110
if max_likes_per_tag > len(media_id['items']): #check hashtag picture count
111
- max_likes_per_tag = (len(media_id)['items'])
+ max_likes_per_tag = len(media_id['items'])
112
113
likes_per_tag = random.randint(min_likes_per_tag,max_likes_per_tag)
114
for element in media_id['items'][:likes_per_tag+1]:
0 commit comments