1
0
Fork 0

Python formatting

This commit is contained in:
Mouse Reeve 2021-04-05 11:10:26 -07:00
parent bd8858830a
commit 0bbaf0a562
2 changed files with 8 additions and 13 deletions

View file

@ -104,7 +104,7 @@ class ActivityStream(RedisStore):
)
def get_objects_for_store(self, store):
user = models.User.objects.get(id=store.split('-')[0])
user = models.User.objects.get(id=store.split("-")[0])
return self.get_statuses_for_user(user)