Commit 5b7689f7 authored by Francesco Poldi's avatar Francesco Poldi

Fix

Fix var name in Pandas
parent 517e8134
......@@ -5,7 +5,7 @@ from .elasticsearch import *
_blocks = []
def update(_tweet, session):
def update(Tweet, session):
day = weekday(strftime("%A", localtime(Tweet.datetime)))
dt = "{} {}".format(Tweet.datestamp, Tweet.timestamp)
......
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