From 6631c1a14d1c7a3cb9123124967aa7e4d21523f3 Mon Sep 17 00:00:00 2001 From: Kasalehlia Date: Thu, 26 Apr 2018 18:06:21 +0200 Subject: [PATCH] fixes from big merge --- main.py | 2 +- modules/brand/status.mustache | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 modules/brand/status.mustache diff --git a/main.py b/main.py index 01bc21a..a157e60 100644 --- a/main.py +++ b/main.py @@ -53,5 +53,5 @@ def index(): return app.send_static_file('index.html') if __name__ == '__main__': - socketio.run(app) + socketio.run(app, host='0.0.0.0') diff --git a/modules/brand/status.mustache b/modules/brand/status.mustache new file mode 100644 index 0000000..28bdc15 --- /dev/null +++ b/modules/brand/status.mustache @@ -0,0 +1,22 @@ +Space is {{#open}}open on {{trigger_person}}{{/open}} +{{^open}}closed{{/open}} +
since {{since}} +
+ + +
+ +
-- 2.18.1