Remove completed TODO

This commit is contained in:
Corder Guy 2018-04-17 15:01:09 -05:00
parent c4a23c02f4
commit 0502bbdea3

View file

@ -10,11 +10,9 @@ DATABASE = '/usr/local/www/mocha-server/mocha.db'
if not path.exists(DATABASE):
DATABASE = 'mocha.db'
# TODO: Add fetching of list of users
# TODO: Add fetching of top N users by score
# TODO: Add ability to store and retrieve avatars (as image files?)
def get_users(username_list):
'''
Gets a list of users searching by name.