AttributeError: 'bytes' object has no attribute 'read' on Python Sockets Library

前端 未结 0 1331
谎友^
谎友^ 2020-12-18 04:19

I am trying to execute subprocess on my other pc with sockets.

import socket
import subprocess

def command_execution(command_exec):
    return subprocess.che         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题