python 杂记

import os,sys,ssl
pid = os.fork()
if pid: sys.exit(0)
import ssh_terminal
session['ssh_obj'] = ssh_terminal.ssh_terminal()
os.chdir(os.path.dirname(os.path.abspath(__file__)))

点赞

发表评论

邮箱地址不会被公开。 必填项已用*标注