소스 검색

!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'])