diff options
| -rw-r--r-- | minionlivesmatter/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <div class="content"> <p class="description"> - 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. </p> + <!-- {{ sql_val("SELECT COUNT(*) FROM match WHERE created_at > NOW() - '1 day'::INTERVAL") }} matches are taken into account for the calculations. --> </div> <div class="filter"></div> </div> |
