Bumped version, corrected some vue package after update

This commit is contained in:
Donald Zou
2025-12-11 07:03:31 +08:00
parent 6fee7da633
commit eb65d6fb2a
91 changed files with 106 additions and 159 deletions

View File

@@ -97,5 +97,5 @@ class PeerJobLogger:
def vacuum(self):
with self.engine.begin() as conn:
if conn.dialect.name == 'sqlite':
print("[WGDashboard] SQLite Vacuuming PeerJogLogs Database")
print("[WGDashboard] SQLite Vacuuming PeerJobLogs Database")
conn.execute(db.text('VACUUM;'))