Commit 730d91aa authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

English Lang

parent a895dc1f
......@@ -49,7 +49,7 @@ class Favorites:
for tweet in self.feed:
self.count += 1
link = tweet.find("a")["href"]
url = "https://twitter.com{}".format(link)
url = "https://twitter.com{}&lang=en".format(link)
futures.append(loop.run_in_executor(executor, await get.Tweet(url, self.config, self.conn)))
await asyncio.gather(*futures)
......
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