Update.
This commit is contained in:
parent
7adb71efe5
commit
1b2ad3965b
@ -212,7 +212,7 @@ class RPCView(BaseView):
|
|||||||
raise Exception("Not allowed")
|
raise Exception("Not allowed")
|
||||||
|
|
||||||
container_name = await self.services.container.get_container_name(channel_uid)
|
container_name = await self.services.container.get_container_name(channel_uid)
|
||||||
await self.services.container.write_stdin(channel_uid, content.encode())
|
await self.services.container.write_stdin(channel_uid, content)
|
||||||
|
|
||||||
return "Written to terminal, response of terminal is not implemented yet."
|
return "Written to terminal, response of terminal is not implemented yet."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user