Commit db830663 authored by furion's avatar furion Committed by GitHub

Fix #851 (#877)

parent 5c81ecd9
...@@ -245,7 +245,7 @@ def tweets(conn, Tweet, config): ...@@ -245,7 +245,7 @@ def tweets(conn, Tweet, config):
entry = (Tweet.id, entry = (Tweet.id,
Tweet.id_str, Tweet.id_str,
Tweet.tweet, Tweet.tweet,
Tweet.language, Tweet.lang,
Tweet.conversation_id, Tweet.conversation_id,
Tweet.datetime, Tweet.datetime,
Tweet.datestamp, Tweet.datestamp,
......
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