diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc index 66600d3..ab7ebca 100644 Binary files a/__pycache__/dashboard.cpython-310.pyc and b/__pycache__/dashboard.cpython-310.pyc differ diff --git a/dashboard_static/js/events.js b/dashboard_static/js/events.js index 3d43ced..8a49af8 100644 --- a/dashboard_static/js/events.js +++ b/dashboard_static/js/events.js @@ -82,7 +82,8 @@ $(window).on("filter", function() { tweets = sortTweets(tweets, [filters.sorted, filters.order]); var displayTweets = tweets.reverse().slice(0, 20).reverse(); for (i = 0; i < 19; i++){ - parent.prepend(tweetCell(displayTweets[i])); + tweet = displayTweets[i]; + parent.prepend(tweetCell(tweet)); } }) diff --git a/eca/__pycache__/arff.cpython-310.pyc b/eca/__pycache__/arff.cpython-310.pyc index dab7427..1516621 100644 Binary files a/eca/__pycache__/arff.cpython-310.pyc and b/eca/__pycache__/arff.cpython-310.pyc differ diff --git a/eca/__pycache__/generators.cpython-310.pyc b/eca/__pycache__/generators.cpython-310.pyc index 01498c6..155bc4d 100644 Binary files a/eca/__pycache__/generators.cpython-310.pyc and b/eca/__pycache__/generators.cpython-310.pyc differ