mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing a typo around switching story hashes.
This commit is contained in:
parent
fa51f127f9
commit
b8fa01125d
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ class RUserStory:
|
||||||
story_hashes = cls.get_stories(user_id, old_feed_id, r=r)
|
story_hashes = cls.get_stories(user_id, old_feed_id, r=r)
|
||||||
|
|
||||||
for story_hash in story_hashes:
|
for story_hash in story_hashes:
|
||||||
_, hash_story = cls.split_story_hash(story_hash)
|
_, hash_story = MStory.split_story_hash(story_hash)
|
||||||
new_story_hash = "%s:%s" % (new_feed_id, hash_story)
|
new_story_hash = "%s:%s" % (new_feed_id, hash_story)
|
||||||
p.sadd("RS:%s:%s" % (user_id, new_feed_id), new_story_hash)
|
p.sadd("RS:%s:%s" % (user_id, new_feed_id), new_story_hash)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue