Update container.py

This commit is contained in:
Namhyeon Go 2024-03-06 18:09:48 +09:00 committed by GitHub
parent 740c9f2813
commit 99244de542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']