diff --git a/last_stats.php b/last_stats.php
index e06259a..101498c 100644
--- a/last_stats.php
+++ b/last_stats.php
@@ -29,6 +29,10 @@ error_reporting(E_ALL);
$players_matches = json_decode(file_get_contents('./data/player_last_stats.json'), true);
foreach ($players_matches as $key => $player_datas) {
+ if ($key == 'updated') {
+ continue;
+ }
+ echo "
";
echo "Stats for $key";
echo "