From fbf08a6c59026957b3b4c3ba13c1450bf697f7bb Mon Sep 17 00:00:00 2001 From: Vainsocial root Date: Fri, 24 Mar 2017 18:57:02 +0000 Subject: do not show matches count for now --- minionlivesmatter/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minionlivesmatter/templates/index.html b/minionlivesmatter/templates/index.html index c185fb0..2f5aad7 100644 --- a/minionlivesmatter/templates/index.html +++ b/minionlivesmatter/templates/index.html @@ -220,8 +220,9 @@

- Based on Vainsocial users' data from the past 24 hours that by no means is representative to the whole player base of Vainglory. {{ sql_val("SELECT COUNT(*) FROM match WHERE created_at > NOW() - '1 day'::INTERVAL") }} matches are taken into account for the calculations. + Based on Vainsocial users' data from the past 24 hours that by no means is representative to the whole player base of Vainglory.

+
-- cgit v1.3.1