python代码中,添加子进程的运行

import subprocess
# 开子进程,用来做当有新数据进来,进行分类,并存入数据库
child = subprocess.Popen("python updater/run.py", shell=True)