Frontend
This commit is contained in:
@ -47,7 +47,9 @@ class GameEngine:
|
||||
def _start_inactivity_watchdog(self) -> None:
|
||||
if not self._inacivity_watchdog:
|
||||
self._inacivity_watchdog = InactivityWatchdog(
|
||||
players=self.players, daemon=True
|
||||
players=self.players,
|
||||
ws_server=self.ws_server,
|
||||
daemon=True,
|
||||
)
|
||||
self._inacivity_watchdog.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user