update dashboards over websocket and remove database path from GameplayDatabase output
Build and Push Docker Container / build-and-push (push) Failing after 13m18s
Build and Push Docker Container / build-and-push (push) Failing after 13m18s
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user