update dashboards over websocket and remove database path from GameplayDatabase output
Build and Push Docker Container / build-and-push (push) Failing after 13m18s

This commit is contained in:
2026-04-06 01:49:26 +02:00
parent 4626a491f5
commit 097a7f295a
3 changed files with 323 additions and 22 deletions
-1
View File
@@ -472,7 +472,6 @@ class GameplayDatabase:
).fetchall()
return {
"database": self.db_path,
"total_games": int(totals["total_games"] or 0),
"running_games": int(totals["running_games"] or 0),
"finished_games": int(totals["finished_games"] or 0),