mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-17 00:46:19 +00:00
Bumped version, corrected some vue package after update
This commit is contained in:
@@ -16,7 +16,7 @@ from .DashboardAPIKey import DashboardAPIKey
|
||||
|
||||
|
||||
class DashboardConfig:
|
||||
DashboardVersion = 'v4.3.0.2'
|
||||
DashboardVersion = 'v4.3.0.3'
|
||||
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
|
||||
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')
|
||||
|
||||
|
||||
@@ -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;'))
|
||||
Reference in New Issue
Block a user