mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Misspelling & Line-end spaces
This commit is contained in:
@@ -26,7 +26,7 @@ class FleetSelector:
|
||||
def get(self):
|
||||
"""
|
||||
Returns:
|
||||
int: Index of current fleet, 1 to 4. return 0 if unrecognised.
|
||||
int: Index of current fleet, 1 to 4. return 0 if unrecognized.
|
||||
"""
|
||||
for index, button in enumerate([FLEET_1, FLEET_2, FLEET_3, FLEET_4]):
|
||||
if self.main.appear(button, offset=(20, 20)):
|
||||
|
||||
Reference in New Issue
Block a user