better skipcache integration

This commit is contained in:
Jokob-sk
2023-01-01 14:33:32 +11:00
parent 9cc4513ba1
commit 5ed57780a3
5 changed files with 28 additions and 17 deletions

View File

@@ -549,6 +549,9 @@ def importConfig ():
# Used to determine the next import
lastTimeImported = time.time()
# Used to display a message in the UI
sql.executemany ("""INSERT INTO Parameters ("par_ID", "par_Value") VALUES (?, ?)""", [('Back_Settings_Imported', str(lastTimeImported) )])
commitDB()
@@ -2875,6 +2878,7 @@ def upgradeDB ():
('Front_Devices_Order', '[[3,"desc"],[0,"asc"]]'),
('Front_Devices_Rows', '100'),
('Front_Details_Tab', 'tabDetails'),
('Back_Settings_Imported', ''),
('Back_App_State', 'Initializing')
]