From 625b8361b37635f6be970f0706d6f49c6f57e8db Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 15 Jun 2022 14:29:02 +0200 Subject: UTI: Add comments and clean the code. Change-Id: I6fba9aac20ed22c2ae1450161edc8c11ffa1e24d Signed-off-by: Tibor Frank --- resources/tools/dash/app/pal/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/tools/dash/app/pal/__init__.py') diff --git a/resources/tools/dash/app/pal/__init__.py b/resources/tools/dash/app/pal/__init__.py index f66edceafc..9f80c5fcaa 100644 --- a/resources/tools/dash/app/pal/__init__.py +++ b/resources/tools/dash/app/pal/__init__.py @@ -57,6 +57,7 @@ def init_app(): assets = Environment() assets.init_app(app) + # Set the time period for Trending if TIME_PERIOD is None or TIME_PERIOD > MAX_TIME_PERIOD: time_period = MAX_TIME_PERIOD else: -- cgit 1.2.3-korg