fix skyvern init (#2181)

This commit is contained in:
LawyZheng
2025-04-18 00:09:43 +08:00
committed by GitHub
parent 356046afb8
commit 33bec36815

View File

@@ -805,6 +805,7 @@ def init() -> None:
if run_local:
setup_postgresql()
migrate_db()
api_key = asyncio.run(_setup_local_organization())
if os.path.exists(".env"):