diff --git a/app/routes.py b/app/routes.py index 2975388..d35f94b 100644 --- a/app/routes.py +++ b/app/routes.py @@ -156,7 +156,6 @@ def dashboard(): return badges - # Get the first and last reading timestamps first_reading_timestamp, last_reading_timestamp = get_reading_date_range(current_user.id)