bug for linux

This commit is contained in:
2020-04-01 11:43:06 +08:00
parent 3f1329e020
commit 1cd3e7fe08
3 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,6 @@ import sys
python = sys.executable
while True:
code = os.system('python msw.py')
code = os.system(python + ' msw.py')
if code:
break