Commit ea3f2490 authored by Francesco Poldi's avatar Francesco Poldi

#173

parent 67daa0c1
...@@ -89,6 +89,9 @@ async def Tweets(tw, location, config, conn): ...@@ -89,6 +89,9 @@ async def Tweets(tw, location, config, conn):
if config.Database: if config.Database:
db.tweets(conn, tweet, config) db.tweets(conn, tweet, config)
if config.Pandas:
panda.update(tweet, config)
if config.Elasticsearch: if config.Elasticsearch:
elasticsearch.Tweet(tweet, config) elasticsearch.Tweet(tweet, config)
......
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