Skip to content

Commit

Permalink
Fixing script again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkdickinson committed Mar 30, 2018
1 parent 71b298d commit 2ceecbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instagram_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def save_results(self, instagram_results):
super().save_results(instagram_results)
for i, post in enumerate(instagram_results):
self.total_posts += 1
print(post.user.followers_count)
print("%i - %s" % (self.total_posts, post.processed_text()))


Expand Down

0 comments on commit 2ceecbc

Please sign in to comment.