Latex全文润色

This commit is contained in:
qingxu fu
2023-04-09 23:28:57 +08:00
parent 3725122de1
commit 49a6ff6a7c
9 changed files with 180 additions and 50 deletions

View File

@@ -72,7 +72,7 @@ def patch_and_restart(path):
time.sleep(1)
print(i)
print(' ------------------------------ -----------------------------------')
os.execl(sys.executable, 'python', 'main.py')
os.execl(sys.executable, *sys.argv)
def get_current_version():