Commit 0cf4f92e authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Fix count

parent e8acc2a6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment