Removes install page reloads

This commit is contained in:
ben
2023-02-01 06:12:00 +00:00
parent 2470497ce5
commit e20bb99811
2 changed files with 56 additions and 40 deletions
+2
View File
@@ -761,6 +761,8 @@ async def api_install_extension(
if extension.upgrade_hash:
ext_info.nofiy_upgrade()
return extension
except Exception as ex:
logger.warning(ex)
ext_info.clean_extension_files()