Re-added cacheview bugfix, small app sdk fix and login page change

This commit is contained in:
Frikky
2023-10-20 17:20:34 +02:00
parent 81ced1bd03
commit a92823d273
5 changed files with 8 additions and 12 deletions
-4
View File
@@ -3588,10 +3588,6 @@ class AppBase:
if "the JSON object must be" in errorstring:
self.logger.info("[ERROR] Something is wrong with the input for this function. Are lists and JSON data handled parsed properly (0)? the JSON object must be in...")
#try:
# e = json.loads(f"{e}")
#except:
# e = f"{e}"
newres = json.dumps({
"success": False,