From 2f49ea24027af4069458c9b47e4b4e252222da30 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 2 May 2012 13:34:53 +0200 Subject: Connection on the MongoDB database with authentication OK. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index aeaf4822..7b16ed18 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -1228,4 +1228,4 @@ if __name__ == '__main__': cherrypy.config.update({'error_page.404': error_page_404}) _cp_config = {'request.error_response': handle_error} - cherrypy.quickstart(root, "/" ,config=conf.path + "/cfg/cherrypy.cfg") \ No newline at end of file + cherrypy.quickstart(root, "/" ,config=conf.path + "/cfg/cherrypy.cfg") -- cgit