This commit is contained in:
2026-01-05 16:20:24 +01:00
parent 9295168216
commit e457fc6be8

View File

@@ -26,5 +26,6 @@ class Game:
"black_name": self._black_name, "black_name": self._black_name,
"time_control": self._time_control, "time_control": self._time_control,
"increment": self._increments, "increment": self._increments,
"timestamp": self._timestamp,
"moves": self._moves, "moves": self._moves,
} }