mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 01:41:00 +00:00
Update container.py
This commit is contained in:
parent
7becf4efaa
commit
740c9f2813
|
@ -13,7 +13,7 @@ class Container(Extension):
|
||||||
|
|
||||||
def dispatch(self, type, id, params, conn):
|
def dispatch(self, type, id, params, conn):
|
||||||
print ("[*] Greeting! dispatch")
|
print ("[*] Greeting! dispatch")
|
||||||
pass
|
conn.send("Greeting! dispatch")
|
||||||
|
|
||||||
def container_run(self, type, id, params, conn):
|
def container_run(self, type, id, params, conn):
|
||||||
devices = params['devices']
|
devices = params['devices']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user