summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-09 15:47:43 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-09 15:51:32 -0500
commitaf650212cae8ebd3ffe627bed775c41e12eab658 (patch)
treeef65abb2e8ce9b8884af3ecda284325afc7c55ce
parentf449b83ee5d4f4dc28ccaa07933d6972efe45256 (diff)
remove order line (we don't need it). Don't require auth for firstboot
-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