mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-11 09:25:00 +00:00
Update container.py
This commit is contained in:
parent
bee65559da
commit
a9c0ab559f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user