Python formatting
This commit is contained in:
parent
1fa7330595
commit
3a0025b105
2 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ def get_notification_count(request):
|
|||
|
||||
|
||||
@login_required
|
||||
def get_unread_status_count(request, stream='home'):
|
||||
def get_unread_status_count(request, stream="home"):
|
||||
""" any unread statuses for this feed? """
|
||||
stream = activitystreams.streams.get(stream)
|
||||
if not stream:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue