system/exec_command.py: def dismap_cms(cmd): b = os.popen(cmd) msg = b.buffer.read().decode('utf-8') return msg controller/controller.py: 第68行 file = open(f'{path}/output.txt','r',encoding="utf-8")
system/exec_command.py:
def dismap_cms(cmd):
b = os.popen(cmd)
msg = b.buffer.read().decode('utf-8')
return msg
controller/controller.py:
第68行
file = open(f'{path}/output.txt','r',encoding="utf-8")