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