Add store parameter to run function
This commit is contained in:
parent
9dbb8d3578
commit
62e470b03b
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ def run(
|
|||
remove_api_keys=remove_api_keys,
|
||||
cache=cache,
|
||||
components_path=components_path,
|
||||
store=store,
|
||||
)
|
||||
# create path object if path is provided
|
||||
static_files_dir: Optional[Path] = Path(path) if path else None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue