From e457fc6be89e0ccec788530b381e14f079f78fe6 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 5 Jan 2026 16:20:24 +0100 Subject: [PATCH] Bruuuh --- rpi/models/game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpi/models/game.py b/rpi/models/game.py index bf4fe220..5e3cab3c 100644 --- a/rpi/models/game.py +++ b/rpi/models/game.py @@ -26,5 +26,6 @@ class Game: "black_name": self._black_name, "time_control": self._time_control, "increment": self._increments, + "timestamp": self._timestamp, "moves": self._moves, } \ No newline at end of file