Browse Source

switching to development mode

pull/30/head
mb 2 years ago
parent
commit
c5f8aa8beb
  1. 1
      octomode.py

1
octomode.py

@ -178,4 +178,5 @@ def pagedjs(name):
if __name__ == '__main__':
APP.debug = True
APP.env = "development"
APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True)
Loading…
Cancel
Save