Show item count in feed control
This commit is contained in:
parent
be7804a1e5
commit
fb88062893
|
@ -92,7 +92,7 @@ def root():
|
|||
body = "<pre>{}</pre>".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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue