Commit 17780adf authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Fix elasticsearch typo

parent 3b19e1ec
......@@ -24,7 +24,7 @@ def weekday(day):
"Sunday": 7,
}
return weekday[day]
return weekdays[day]
def Elastic(Tweet, config):
# Todo play around with this some more
......
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