Update message

Bad data message will be handled by a different update to `readfile`
This commit is contained in:
awsr
2025-12-28 03:14:44 -08:00
parent 6761ebd2a7
commit 39e9bbed1b
+1 -1
View File
@@ -39,7 +39,7 @@ def list_extensions():
fn = os.path.join(paths.script_path, "html", "extensions.json")
extensions_list = shared.readfile(fn, silent=True, as_type="list")
if len(extensions_list) == 0:
shared.log.info(f'Extension list is empty or invalid. Try refreshing or verifying downloaded data. file="{fn}"')
shared.log.info("Extension List: No information found. Refresh required.")
found = []
for ext in extensions.extensions:
ext.read_info()