mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 14:35:25 +08:00
Fix: Wrong return
This commit is contained in:
@@ -81,7 +81,7 @@ class Scanner(metaclass=ABCMeta):
|
||||
if cached:
|
||||
self._results.extend(result)
|
||||
else:
|
||||
return self._scan(result)
|
||||
return result
|
||||
|
||||
def move(self, vector) -> None:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user