From bea7022b4c2f3d338280453cadd87ab4aac82206 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Mon, 20 Oct 2014 21:48:17 +0200 Subject: [PATCH] Upgrade autoreload setting --- headphones/webstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/webstart.py b/headphones/webstart.py index 40502af4..1ebf8efd 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -52,7 +52,7 @@ def initialize(options=None): 'tools.encode.encoding': 'utf-8', 'tools.decode.on': True, 'log.screen': False, - 'engine.autoreload_on': False, + 'engine.autoreload.on': False, } if enable_https: