From 798aa8ec3d6889faf938cc3316d76a7ef2c6ac41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Fri, 30 Mar 2018 12:58:27 +0200 Subject: Query servers in parallel and check for updates --- templates/server_html.jinja | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/server_html.jinja b/templates/server_html.jinja index 5e38b0a..9702300 100644 --- a/templates/server_html.jinja +++ b/templates/server_html.jinja @@ -28,6 +28,9 @@
  • {{ info['data']['map'] }}
  • {{ info['data']['players'] }} / {{ info['data']['playersmax'] }}
  • + {% if info['update']['success'] %} + {{ info['update']['message'] }} + {% endif %} {% if info['data']['players'] %} -- cgit v1.2.3