Python formatting
This commit is contained in:
parent
2fe9d1044a
commit
0caea7e9ff
2 changed files with 36 additions and 33 deletions
|
@ -28,7 +28,7 @@ class Feed(View):
|
|||
page = 1
|
||||
|
||||
if not tab in STREAMS:
|
||||
tab = 'home'
|
||||
tab = "home"
|
||||
|
||||
activities = activitystreams.streams[tab].get_activity_stream(request.user)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue