fix(scripts): provisioning import
This commit is contained in:
parent
d17aadec7d
commit
16ad1b914a
|
|
@ -52,6 +52,8 @@ from app.services.openclaw.constants import (
|
||||||
OFFLINE_AFTER,
|
OFFLINE_AFTER,
|
||||||
)
|
)
|
||||||
from app.services.openclaw.db_agent_state import (
|
from app.services.openclaw.db_agent_state import (
|
||||||
|
mark_provision_complete,
|
||||||
|
mark_provision_requested,
|
||||||
mint_agent_token,
|
mint_agent_token,
|
||||||
)
|
)
|
||||||
from app.services.openclaw.db_service import OpenClawDBService
|
from app.services.openclaw.db_service import OpenClawDBService
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue