process error, now can restart

This commit is contained in:
2020-03-28 16:11:50 +08:00
parent 014723a029
commit 6e2953e4e0
12 changed files with 75 additions and 34 deletions

10
main.py Normal file
View File

@@ -0,0 +1,10 @@
import os
import os.path
import sys
python = sys.executable
while True:
code = os.system('python msw.py')
if code:
break