mirror of
https://github.com/newnius/YAO-agent.git
synced 2025-06-07 13:51:56 +00:00
all in one
This commit is contained in:
parent
69fd081e29
commit
c71af43f46
2
main.py
2
main.py
@ -147,7 +147,7 @@ class MyHandler(BaseHTTPRequestHandler):
|
||||
|
||||
client = docker.from_env()
|
||||
container = client.containers.get('yao-agent-helper')
|
||||
exit_code, output = container.exec_run(['sh', '-c', '"', script, '"'])
|
||||
exit_code, output = container.exec_run(['sh', '-c', script])
|
||||
msg = {"code": 0, "id": output.decode('utf-8').rstrip('\n')}
|
||||
|
||||
print(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user