summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/installed/first_boot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/installed/first_boot.py b/modules/installed/first_boot.py
index 0a6c8d9..77fee51 100644
--- a/modules/installed/first_boot.py
+++ b/modules/installed/first_boot.py
@@ -9,7 +9,6 @@ from vendor.withsqlite.withsqlite import sqlite_db
import cfg
class FirstBoot(PagePlugin):
- order = 0 # order of running init in PagePlugins
def __init__(self, *args, **kwargs):
PagePlugin.__init__(self, *args, **kwargs)
self.register_page("firstboot") # this is the url this page will hang off of (/firstboot)
@@ -19,7 +18,6 @@ class FirstBoot(PagePlugin):
return self.state0(*args, **kwargs)
@cherrypy.expose
- @require()
def state0(self, message=None, box_name=None, box_key=""):
"""
All the parameters are form inputs. They get passed in when