mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix: importlib import bugs :sigh!
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user