Remove completed TODO
This commit is contained in:
parent
c4a23c02f4
commit
0502bbdea3
1 changed files with 0 additions and 2 deletions
|
@ -10,11 +10,9 @@ DATABASE = '/usr/local/www/mocha-server/mocha.db'
|
||||||
if not path.exists(DATABASE):
|
if not path.exists(DATABASE):
|
||||||
DATABASE = 'mocha.db'
|
DATABASE = 'mocha.db'
|
||||||
|
|
||||||
# TODO: Add fetching of list of users
|
|
||||||
# TODO: Add fetching of top N users by score
|
# TODO: Add fetching of top N users by score
|
||||||
# TODO: Add ability to store and retrieve avatars (as image files?)
|
# TODO: Add ability to store and retrieve avatars (as image files?)
|
||||||
|
|
||||||
|
|
||||||
def get_users(username_list):
|
def get_users(username_list):
|
||||||
'''
|
'''
|
||||||
Gets a list of users searching by name.
|
Gets a list of users searching by name.
|
||||||
|
|
Reference in a new issue