Commit 35559688 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Fix csv

parent 7b3f46eb
......@@ -24,6 +24,7 @@ def writeCSV(Tweet, config):
"username": Tweet.username,
"tweet": Tweet.tweet,
"replies": Tweet.replies,
"retweets": Tweet.retweets,
"likes": Tweet.likes,
"location": Tweet.location,
"hashtags": Tweet.hashtags,
......
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