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

Fix: Level detection init

This commit is contained in:
LmeSzinc
2021-08-16 12:10:40 +08:00
parent 425d9e4162
commit 8e0b689e66
2 changed files with 4 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ COLOR_MASKED = (107, 105, 107)
class Level(ModuleBase):
_lv = []
_lv_before_battle = []
_lv = [-1, -1, -1, -1, -1, -1]
_lv_before_battle = [-1, -1, -1, -1, -1, -1]
@property
def lv(self):