From 857471cd37eb6182a2068416cabb79fdefcde3d5 Mon Sep 17 00:00:00 2001 From: Anders Christiansen Date: Fri, 8 Feb 2019 12:19:08 -0600 Subject: [PATCH] Update tweets-streaming.py Fixes typo --- tweets-streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweets-streaming.py b/tweets-streaming.py index 877ff6c..6bbeed8 100644 --- a/tweets-streaming.py +++ b/tweets-streaming.py @@ -26,7 +26,7 @@ # Global variables. dynamodb_table = "TwitterAnalysis" -expires_after_days = 30 +expire_after_days = 30 # Authenticate and initialize stream oauth = OAuth(ACCESS_TOKEN, ACCESS_SECRET, CONSUMER_KEY, CONSUMER_SECRET)