mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Typo
This commit is contained in:
parent
3729ca2f72
commit
a2a427f8b4
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ class RUserStory:
|
|||
if not r:
|
||||
r = redis.Redis(connection_pool=settings.REDIS_STORY_HASH_POOL)
|
||||
|
||||
story_hash = cls.ensure_story_hash(story_hash, story_feed_id=story_feed_id)
|
||||
story_hash = MStory.ensure_story_hash(story_hash, story_feed_id=story_feed_id)
|
||||
|
||||
if not story_hash: return
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue