Update container.py

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

View File

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