Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Fix count
Browse files Browse the repository at this point in the history
  • Loading branch information
haccer committed May 30, 2018
1 parent e8acc2a commit 0cf4f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twint/get.py
Expand Up @@ -81,6 +81,7 @@ async def Multi(feed, config, conn):
loop = asyncio.get_event_loop()
futures = []
for tweet in feed:
count += 1
if config.Favorites or config.Profile_full:
link = tweet.find("a")["href"]
url = "https://twitter.com{}&lang=en".format(link)
Expand Down

0 comments on commit 0cf4f92

Please sign in to comment.