python 报错AssertionError: process has already started

发布时间 2023-04-05 16:49:20作者: 九尾cat

python 报错AssertionError: process has already started

现象

 

 原因

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

解决方法