mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing log.
This commit is contained in:
parent
491aea5f01
commit
91a0e69411
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class UserSubscription(models.Model):
|
|||
old_rs = r.smembers(key)
|
||||
old_count = len(old_rs)
|
||||
if not old_count:
|
||||
logging.user(user, "~FBTrimming all read stories, ~SBnone found~SN." % old_count)
|
||||
logging.user(user, "~FBTrimming all read stories, ~SBnone found~SN.")
|
||||
return
|
||||
|
||||
r.sunionstore("%s:backup" % key, key)
|
||||
|
|
Loading…
Add table
Reference in a new issue