mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Showing feed/social counts on load.
This commit is contained in:
parent
60d84fa4ac
commit
3cc63c9166
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ def load_feeds(request):
|
|||
if not user_subs:
|
||||
categories = MCategory.serialize()
|
||||
|
||||
logging.user(request, "~FBLoading ~SB%s~SN/~SB%s~SN feeds/socials. %s" % (
|
||||
logging.user(request, "~FBLoading ~SB~FY%s~FB~SN/~SB~FM%s~FB~SN feeds/socials. %s" % (
|
||||
len(feeds.keys()), len(social_feeds), '~SBUpdating counts.' if update_counts else ''))
|
||||
|
||||
data = {
|
||||
|
@ -341,7 +341,7 @@ def load_feeds_flat(request):
|
|||
if not user_subs:
|
||||
categories = MCategory.serialize()
|
||||
|
||||
logging.user(request, "~FBLoading ~SB%s~SN/~SB%s~SN feeds/socials ~FMflat~FB. %s" % (
|
||||
logging.user(request, "~FBLoading ~SB~FY%s~FB~SN/~SB~FM%s~FB~SN feeds/socials ~FMflat~FB. %s" % (
|
||||
len(feeds.keys()), len(social_feeds), '~SBUpdating counts.' if update_counts else ''))
|
||||
|
||||
data = {
|
||||
|
|
Loading…
Add table
Reference in a new issue