Show item count in feed control

This commit is contained in:
Tim Van Baak 2019-07-09 12:27:04 -07:00
parent be7804a1e5
commit fb88062893
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def root():
body = "<pre>{}</pre>".format("\n".join(wl_minus + wl_plus + bl_minus + bl_plus)) body = "<pre>{}</pre>".format("\n".join(wl_minus + wl_plus + bl_minus + bl_plus))
feed_control = { feed_control = {
'title': 'Feed Control', 'title': 'Feed Control [{}]'.format(total),
'body': body, 'body': body,
'created': None, 'created': None,
} }