This commit is contained in:
retoor 2025-06-10 19:26:52 +02:00
parent 7adb71efe5
commit 1b2ad3965b

View File

@ -212,7 +212,7 @@ class RPCView(BaseView):
raise Exception("Not allowed")
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."