Commit 1df1ffa0 authored by Cole Robertson's avatar Cole Robertson

pandas bug fix

parent 05164c65
......@@ -31,7 +31,7 @@ def _output(obj, output, config):
write.Text(output, config.Output)
if config.Pandas:
Pandas.update(obj, config.Essid)
panda.update(obj, config.Essid)
if config.Elasticsearch:
if config.Store_object:
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