# HG changeset patch # User Alexandre Fayolle # Date 1284647899 -7200 # Node ID c50c397173db1b3cce16ec03fc061cf60aa29622 # Parent de588e756f4fbe9c53c72159c6b96580a36d3fa6 repair service mode start on windows diff -r de588e756f4f -r c50c397173db etwist/service.py --- 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