From decbb1f28d9a448aacc50d64bede603cf4e1261d Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 1 May 2012 15:03:39 +0200 Subject: Export to EPUB OK. --- source/pyAggr3g470r.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index a135debd..55c37127 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -1218,12 +1218,10 @@ class Root: if __name__ == '__main__': # Point of entry in execution mode - print "Launching pyAggr3g470r..." - root = Root() root.favicon_ico = cherrypy.tools.staticfile.handler(filename=os.path.join(conf.path + "/img/favicon.png")) cherrypy.config.update({ 'server.socket_port': 12556, 'server.socket_host': "0.0.0.0"}) 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") + cherrypy.quickstart(root, "/" ,config=conf.path + "/cfg/cherrypy.cfg") \ No newline at end of file -- cgit