Update container.py

This commit is contained in:
Namhyeon Go 2024-03-06 15:53:03 +09:00 committed by GitHub
parent 538cea5e84
commit 7198281941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import docker
class Container(Extension):
def __init__(self):
self.type = "rpcmethod"
self.method = "container_init"
self.method = "container_request"
self.exported_methods = ["container_run", "container_stop"]
def dispatch(self, type, id, params, conn):