diff --git a/dashboard.py b/dashboard.py index 43f9025..0c65428 100644 --- a/dashboard.py +++ b/dashboard.py @@ -41,6 +41,7 @@ def words(message): @event('tweet') def generate_tweet(ctx, e): tweet = dict(e.data) + # array of indexes that we want to pop from our tweets; this is to save memory pops = [ "display_text_range", "in_reply_to_status_id", diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 6260692..72ae308 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -16,7 +16,6 @@ -