aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-05-02 13:34:53 +0200
committercedricbonhomme <devnull@localhost>2012-05-02 13:34:53 +0200
commit2f49ea24027af4069458c9b47e4b4e252222da30 (patch)
treec545d8fb44cd51071beefc820a22ba75cf8a6312 /source/pyAggr3g470r.py
parentVersion 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug... (diff)
downloadnewspipe-2f49ea24027af4069458c9b47e4b4e252222da30.tar.gz
newspipe-2f49ea24027af4069458c9b47e4b4e252222da30.tar.bz2
newspipe-2f49ea24027af4069458c9b47e4b4e252222da30.zip
Connection on the MongoDB database with authentication OK.
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-xsource/pyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
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")
bgstack15