瀏覽代碼

!2 add waiting time at restart

pcacc 3 天之前
父節點
當前提交
93ca58a466
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app_dongri.py

+ 1 - 0
app_dongri.py

@@ -208,6 +208,7 @@ def handle_restart_game():
     print(f"重启参数: {[python, script, *new_args, '--reset']}")
 
     terminate_frpc()
+    myTimeSleep_big()
 
     try:
         os.execv(python, [python, script, *new_args, '--reset'])