Skip to content
Snippets Groups Projects
Commit 12f584fc authored by jamie's avatar jamie
Browse files

Chnaged some indentation in feedMicroservice app.py

parent e1c17bc6
No related branches found
No related tags found
2 merge requests!23Merging current work on feedMicroservice,!22feedMicroservice now producing list of ratings
......@@ -44,7 +44,7 @@ def getFeed():
song.append(name)
ratingsFeed.append(song)
sortedFeed = sorted(ratingsFeed, key=lambda x: x[2], reverse=True)
return sortedFeed
return sortedFeed
if __name__ == '__main__':
app.run(host='0.0.0.0',port=5051)
\ No newline at end of file
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