author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> |
Thu, 16 Sep 2010 16:38:19 +0200 | |
branch | stable |
changeset 6267 | c50c397173db |
parent 6266 | de588e756f4f |
child 6268 | 05a855ffb65d |
etwist/service.py | file | annotate | diff | comparison | revisions |
--- a/etwist/service.py Thu Sep 16 15:42:34 2010 +0200 +++ b/etwist/service.py Thu Sep 16 16:38:19 2010 +0200 @@ -73,7 +73,7 @@ config = cwcfg.config_for(self.instance) config.init_log(force=True) logger.info('starting cubicweb instance %s ', self.instance) - root_resource = CubicWebRootResource(config, False) + root_resource = CubicWebRootResource(config) website = server.Site(root_resource) # serve it via standard HTTP on port set in the configuration port = config['port'] or 8080