svghmi/svghmi.py
branchsvghmi
changeset 2830 15d7bd79d9e8
parent 2828 be947a338760
child 2831 6c9cfdbe94dc
--- a/svghmi/svghmi.py	Fri Jan 17 16:25:45 2020 +0100
+++ b/svghmi/svghmi.py	Tue Jan 21 13:55:03 2020 +0100
@@ -516,7 +516,7 @@
     {svghmi_cmds[Watchdog]}
 
 def _runtime_svghmi1_{location}_start():
-    svghmi_root.putChild('{view_name}',File('{xhtml}', defaultType='application/xhtml+xml'))
+    svghmi_root.putChild('{view_name}', NoCacheFile('{xhtml}', defaultType='application/xhtml+xml'))
     {svghmi_cmds[Start]}
 
 def _runtime_svghmi1_{location}_stop():