summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lorrycontroller/htmlstatus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorrycontroller/htmlstatus.py b/lorrycontroller/htmlstatus.py
index 04e9489..ccaf56c 100644
--- a/lorrycontroller/htmlstatus.py
+++ b/lorrycontroller/htmlstatus.py
@@ -114,7 +114,7 @@ function reloadAfter(timeout) {
"onload": "JavaScript:reloadAfter(5000);",
}
if self.state >= (len(state_names)-1):
- kwargs["onload"] = "JavaScript:reloadAfter(10000);",
+ kwargs["onload"] = "JavaScript:reloadAfter(10000);"
return self.tag("body", content=self.tag(
"div", content=(header+steps+content+footer),
Class="lorrycontroller"), **kwargs)