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

Opt: Adjust threshold; Add delay; Add output

This commit is contained in:
Horizon101011
2022-10-12 22:44:33 +08:00
parent aa5f910e3a
commit f2502e766e
3 changed files with 10 additions and 4 deletions

View File

@@ -81,6 +81,8 @@ class Scanner(metaclass=ABCMeta):
if cached:
self._results.extend(result)
else:
for ship in result:
print(ship)
return result
def move(self, vector) -> None: