diff --git a/mocha_server.py b/mocha_server.py index fb10108..fe0a695 100755 --- a/mocha_server.py +++ b/mocha_server.py @@ -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.