screw you

This commit is contained in:
2026-01-05 11:42:37 +01:00
parent de479ab351
commit e2679901f5

View File

@@ -50,7 +50,7 @@ class GameController:
def stop_game(self): def stop_game(self):
try : try :
game_data = self._game_service.export_game() game_data = self._game_service.export_game()
print(game_data) print(f"Exporting game data : {game_data}")
self._broker_service.publish("/customer/game/data", game_data, 2) self._broker_service.publish("/customer/game/data", game_data, 2)
self._game_service.stop() self._game_service.stop()
except Exception as ex: except Exception as ex: