From 2acdc9f2c71bd60010a75baf86c5e36414f7c7c1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 4 Mar 2022 10:54:03 +0100 Subject: [PATCH] Add comment --- changedetectionio/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 0d39b3bfa..ae50825e7 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -368,6 +368,7 @@ def changedetection_app(config=None, datastore_o=None): from changedetectionio import forms form = forms.quickWatchForm(request.form) + # Extra page (n) unviewed extra_title = "" if datastore.data['unviewed_count'] > 0: extra_title = " ({})".format(str(datastore.data['unviewed_count']))