python 报错AssertionError: process has already started

19 阅读1分钟

python 报错AssertionError: process has already started

现象

python 报错AssertionError: process has already started

 原因

在Python中设置守护进程daemon,一定要放在start方法上面才会有效

解决方法