Commit 2d23c0a5 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Fix elasticsearch typo

parent 7287147b
......@@ -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