This commit is contained in:
2026-01-05 20:24:46 +01:00
parent 5328ebd01b
commit cb34e4a59d

View File

@@ -80,7 +80,7 @@ if __name__ == "__main__":
exit()
except Exception as e:
print(e)
print(f"Fatal error: {e}")
game_controller.stop_game()
forwarder_service.stop_all()
exit()