From 71a5b763dc7c5e58f3aad71926df128002b609ba Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 21 Nov 2022 21:02:21 +0200 Subject: [PATCH] make number clearer --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index 2e1a16a2a..a7b9dd354 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -177,7 +177,7 @@ {% endif %} -{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 %} +{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %}