Skip to content
Snippets Groups Projects
Commit 104954a8 authored by jamie's avatar jamie
Browse files

Fixing indentation

parent ab4e2c7b
No related branches found
No related tags found
2 merge requests!23Merging current work on feedMicroservice,!22feedMicroservice now producing list of ratings
......@@ -28,9 +28,9 @@ def getFeed():
print(followers)
followersID = []
for i in range (len(followers)):
followersID.append(followers[i]['followerID'])
print(followersID)
for i in range (len(followers)):
followersID.append(followers[i]['followerID'])
print(followersID)
# userID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment