From 32f810a8b35a6897fa1e8804c543ae7cccafaa8b Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Fri, 27 Dec 2024 15:53:56 +1100 Subject: [PATCH] Remove empty line to trigger rebuild to test if it automatically picks up updated VM timezone (UTC - SYD) --- app/routes.py | 1 - 1 file changed, 1 deletion(-) 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)