ONE MORE TIME AROUND

main
Toaster 3 months ago
parent cb75fed692
commit 7dea513b02

@ -37,11 +37,11 @@ def viewuser(user):
if user in follows_json:
followdata = follows_json[user]
else: followdata = []
else: followdata = {"following":[],"followers":[]}
if uname in follows_json:
myfollowdata = follows_json[uname]
else: myfollowdata = []
else: myfollowdata = {"following":[],"followers":[]}
# also get the users' subscriptions
subdata = getUser(user)["subscriptions"]

Loading…
Cancel
Save