mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 09:51:06 +00:00
Update container.py
This commit is contained in:
parent
7198281941
commit
9701d4b122
|
@ -7,6 +7,7 @@ class Container(Extension):
|
||||||
self.exported_methods = ["container_run", "container_stop"]
|
self.exported_methods = ["container_run", "container_stop"]
|
||||||
|
|
||||||
def dispatch(self, type, id, params, conn):
|
def dispatch(self, type, id, params, conn):
|
||||||
|
print ("[*] Greeting!")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def container_run(self, type, id, params, conn):
|
def container_run(self, type, id, params, conn):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user