mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
Update the build plugin api params (#615)
* Update the build plugin api params * update seek * fix lint
This commit is contained in:
@@ -184,6 +184,7 @@ class PluginService:
|
||||
arcname = os.path.relpath(file_path, start=plugin_dir)
|
||||
zf.write(file_path, arcname)
|
||||
|
||||
bio.seek(0)
|
||||
return bio
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user