Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network-client
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-network-client')
-rwxr-xr-xsugar-network-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-network-client b/sugar-network-client
index a528f27..2da4030 100755
--- a/sugar-network-client
+++ b/sugar-network-client
@@ -104,7 +104,7 @@ class Application(application.Daemon):
volume = db.Volume(client.path('db'), RESOURCES, lazy_open=True)
routes = CachedClientRoutes(volume,
client.api_url.value if not client.server_mode.value else None)
- router = Router(routes)
+ router = Router(routes, allow_spawn=True)
logging.info('Listening for IPC requests on %s port',
client.ipc_port.value)