@@ -96,7 +96,7 @@ class ZFQZMain:
process.start()
print("进程开始")
- while True:
+ for i range(10):
if not process.is_alive():
print("进程异常,准备重启")