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