diff --git a/app.py b/app.py index c2894b5..37c2148 100755 --- a/app.py +++ b/app.py @@ -55,7 +55,7 @@ app = Flask(__name__) def render(data={}): - return chevron.render(template=open('index.html', 'r'), data=data) + return chevron.render(template=open('index.mustache', 'r'), data=data) @app.route("/api/serverstatus", methods=['GET'])