fix: importlib import bugs :sigh!

This commit is contained in:
wanji
2025-12-08 00:31:53 +03:00
parent 506c45c4fa
commit 32420f8dfe
5 changed files with 23 additions and 31 deletions
-1
View File
@@ -90,7 +90,6 @@ class AssetHandler:
if (path / "index.html").exists():
return True
log.error("Client zip could not be found. Please provide a valid path.")
return False
with zipfile.ZipFile(client_zip_path, "r") as zip_ref: