Update index.py

This commit is contained in:
midoks 2023-08-24 18:33:22 +08:00
parent 9bb59a1559
commit 5e25849464
1 changed files with 0 additions and 2 deletions

View File

@ -306,11 +306,9 @@ def restyOp_restart():
if not mw.isAppleSystem():
threading.Timer(2, op_submit_systemctl_restart, args=()).start()
# submit_restart1()
return 'ok'
threading.Timer(2, op_submit_init_restart, args=(file,)).start()
# submit_restart2(file)
return 'ok'