mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-28 01:06:58 +00:00
Update version number to v4.2.1
This commit is contained in:
parent
edf3c42157
commit
608c1b4eb6
@ -25,7 +25,7 @@ from modules.PeerJob import PeerJob
|
||||
from modules.SystemStatus import SystemStatus
|
||||
SystemStatus = SystemStatus()
|
||||
|
||||
DASHBOARD_VERSION = 'v4.2.0.1'
|
||||
DASHBOARD_VERSION = 'v4.2.1'
|
||||
|
||||
CONFIGURATION_PATH = os.getenv('CONFIGURATION_PATH', '.')
|
||||
DB_PATH = os.path.join(CONFIGURATION_PATH, 'db')
|
||||
@ -1904,13 +1904,6 @@ class DashboardConfig:
|
||||
else:
|
||||
return False, "Section does not exist"
|
||||
|
||||
if not init:
|
||||
print(key)
|
||||
print(self.__config[section].keys())
|
||||
|
||||
print(value)
|
||||
print(self.__config[section][key])
|
||||
|
||||
if ((key not in self.__config[section].keys() and init) or
|
||||
(key in self.__config[section].keys())):
|
||||
if type(value) is bool:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app",
|
||||
"version": "4.2.0.1",
|
||||
"version": "4.2.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user