diff --git a/src/dashboard.py b/src/dashboard.py index 4578ac8..91d9444 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -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: diff --git a/src/static/app/package.json b/src/static/app/package.json index 4a7527a..53adf15 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "4.2.0.1", + "version": "4.2.1", "private": true, "type": "module", "scripts": {