Skip to content

Commit

Permalink
変更漏れ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Sep 17, 2023
1 parent 4a6b052 commit 28bbc4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,10 @@ async def block_origin_middleware(request: Request, call_next):
preset_manager = PresetManager(
preset_path=root_dir / "presets.yaml",
)
engine_manifest_data = EngineManifestLoader(
engine_manifest_loader = EngineManifestLoader(
engine_root() / "engine_manifest.json", engine_root()
).load_manifest()
)
engine_manifest_data = engine_manifest_loader.load_manifest()
library_manager = LibraryManager(
get_save_dir() / "installed_libraries",
engine_manifest_data.supported_vvlib_manifest_version,
Expand Down

0 comments on commit 28bbc4e

Please sign in to comment.