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

Reverts test code in commit ea68f68d

This commit is contained in:
LmeSzinc
2024-06-28 03:19:37 +08:00
parent 58bfbe011d
commit 12bd302deb
23 changed files with 67 additions and 329 deletions

View File

@@ -126,7 +126,7 @@ Arguments:
FILE: Path to repository, such as 'xxx/AzurLaneLuaScripts'
SAVE: File to save, 'module/os/map_data.py'
"""
FOLDER = r'E:\ProgramData\Pycharm\AzurLaneLuaScripts'
FOLDER = ''
SAVE = 'module/os/map_data.py'
LOADER = LuaLoader(FOLDER)