diff options
author | drebs <drebs@leap.se> | 2013-03-05 19:54:17 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-03-05 19:54:17 -0300 |
commit | c38004260d139a3d4c05f1d8dfd0dbfca281e012 (patch) | |
tree | 42572a2e9d43f547af65f4fa994b08b72870ade2 /server.py | |
parent | e41f287e9e44bd9f8cc3386e83912607223274af (diff) |
Add todos and comments.
Diffstat (limited to 'server.py')
-rw-r--r-- | server.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -128,7 +128,8 @@ def load_configuration(file_path): for key in conf: if key in config['soledad-server']: conf[key] = config['soledad-server'][key] - # TODO: implement basic parsing of options comming from config file. + # TODO: implement basic parsing/sanitization of options comming from + # config file. return conf |