From fb88062893619d201afda237dea2fccc50357ba8 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 9 Jul 2019 12:27:04 -0700 Subject: [PATCH] Show item count in feed control --- inquisitor/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inquisitor/app.py b/inquisitor/app.py index babbb83..9e83d8d 100644 --- a/inquisitor/app.py +++ b/inquisitor/app.py @@ -92,7 +92,7 @@ def root(): body = "
{}
".format("\n".join(wl_minus + wl_plus + bl_minus + bl_plus)) feed_control = { - 'title': 'Feed Control', + 'title': 'Feed Control [{}]'.format(total), 'body': body, 'created': None, }