1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Fix: fix research development popup in login function

This commit is contained in:
whoamikyo
2020-07-31 17:20:03 -03:00
parent 05383cd218
commit 59841d2a6b
2 changed files with 4 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ call %ADB% connect %ADB_PORT%
if %errorlevel% == 0 (
echo Python Found! Proceeding..
echo Opening dev_tools.button_extract...
call %PYTHON% -m dev_tools.grids_debug
call %PYTHON% -m dev_tools.relative_record
pause > NUL
goto dev_menu
) else (
@@ -178,7 +178,7 @@ call %ADB% connect %ADB_PORT%
if %errorlevel% == 0 (
echo Python Found! Proceeding..
echo Opening dev_tools.button_extract...
call %PYTHON% -m dev_tools.item_statistics
call %PYTHON% -m dev_tools.relative_record_gif
pause > NUL
goto dev_menu
) else (