Python formatting

This commit is contained in:
Mouse Reeve
2021-03-22 18:54:17 -07:00
parent 2fe9d1044a
commit 0caea7e9ff
2 changed files with 36 additions and 33 deletions

View File

@ -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)