Commit c1f54f49 authored by Francesco Poldi's avatar Francesco Poldi Committed by GitHub

Merge pull request #167 from cbjrobertson/master

pandas bug fix
parents 05164c65 1df1ffa0
...@@ -31,7 +31,7 @@ def _output(obj, output, config): ...@@ -31,7 +31,7 @@ def _output(obj, output, config):
write.Text(output, config.Output) write.Text(output, config.Output)
if config.Pandas: if config.Pandas:
Pandas.update(obj, config.Essid) panda.update(obj, config.Essid)
if config.Elasticsearch: if config.Elasticsearch:
if config.Store_object: if config.Store_object:
tweets_object.append(obj) tweets_object.append(obj)
......
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