1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-15 22:47:55 +08:00

Upd: ALAS framework updates

This commit is contained in:
LmeSzinc
2023-05-16 09:07:04 +08:00
parent 437dbe6171
commit 4f761b1e6f
8 changed files with 41 additions and 22 deletions

View File

@@ -176,9 +176,9 @@ class SelectedGrids:
Returns:
"""
if self:
try:
return self.grids[0]
else:
except IndexError:
return None
def add(self, grids):