Update container.py

This commit is contained in:
Namhyeon Go 2024-03-06 16:01:08 +09:00 committed by GitHub
parent 7198281941
commit 9701d4b122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ class Container(Extension):
self.exported_methods = ["container_run", "container_stop"]
def dispatch(self, type, id, params, conn):
print ("[*] Greeting!")
pass
def container_run(self, type, id, params, conn):