From 06280e2ba802e301a3e4403ade886e668b8c29a2 Mon Sep 17 00:00:00 2001 From: N Oliver Date: Mon, 25 Mar 2013 16:38:13 -0700 Subject: [PATCH] Update webinterface.py oops! :'( web/css/style.css --- printrun/webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printrun/webinterface.py b/printrun/webinterface.py index 72c6c59..bb9690b 100644 --- a/printrun/webinterface.py +++ b/printrun/webinterface.py @@ -378,7 +378,7 @@ def StartWebInterfaceThread(webInterface): cherrypy.config.update({'engine.autoreload_on':False}) cherrypy.config.update(configfile(webInterface.pface.web_config or "http.config")) conf = {'/css/style.css': {'tools.staticfile.on': True, - 'tools.staticfile.filename': sharedfile('web/style.css'), + 'tools.staticfile.filename': sharedfile('web/css/style.css'), }, '/js/asyncCommand.js': {'tools.staticfile.on': True, 'tools.staticfile.filename': sharedfile('web/js/asyncCommand.js'),