mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 08:45:25 +08:00
Fix: Misspelling & Line-end spaces
This commit is contained in:
@@ -113,7 +113,7 @@ class ShopBase(ModuleBase):
|
||||
Custom steps for variant shop
|
||||
if needed to ensure shop has
|
||||
loaded completely
|
||||
ShopMedal for example will initally
|
||||
ShopMedal for example will initially
|
||||
display default items at default prices
|
||||
|
||||
Args:
|
||||
|
||||
@@ -141,7 +141,7 @@ class ShopClerk(ShopBase, Retirement):
|
||||
click_timer.reset()
|
||||
|
||||
# Scan for plus/minus locations; searching within
|
||||
# offset will update the click posiion automatically
|
||||
# offset will update the click position automatically
|
||||
self.device.screenshot()
|
||||
if self.appear(SELECT_MINUS, offset=select_offset) and self.appear(SELECT_PLUS, offset=select_offset):
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user