Commit 0dbd9c99 authored by Francesco Poldi's avatar Francesco Poldi

Fix

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