mirror of
https://github.com/newnius/YAO-agent.git
synced 2025-06-07 05:41:56 +00:00
update
This commit is contained in:
parent
39a638364a
commit
e03c5bbfb9
1
agent.py
1
agent.py
@ -59,7 +59,6 @@ def generate_token(stringLength=8):
|
|||||||
|
|
||||||
def monitor_task(container_id):
|
def monitor_task(container_id):
|
||||||
print(container_id)
|
print(container_id)
|
||||||
container_id = ''
|
|
||||||
try:
|
try:
|
||||||
container = client.containers.get(container_id)
|
container = client.containers.get(container_id)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user