This commit is contained in:
Vladimir Mandic
2023-10-14 09:03:22 -04:00
parent 57ce94fcde
commit a21477fe1e
2 changed files with 2 additions and 1 deletions
Submodule extensions-builtin/a1111-sd-webui-lycoris added at df9c0093bc
+1 -1
View File
@@ -309,7 +309,7 @@ def create_html(search_text, sort_column):
try:
return datetime.fromisoformat(val[:-1]).strftime('%a %b%d %Y %H:%M') if val is not None else "N/A"
except:
return datetime.now().strftime('%a %b%d %Y %H:%M')
return 'N/A'
stats = { 'processed': 0, 'enabled': 0, 'hidden': 0, 'installed': 0 }
for ext in sorted(extensions_list, key=sort_function, reverse=sort_reverse):