mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 03:44:06 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -423,7 +423,7 @@ class ShipScanner(Scanner):
|
|||||||
value = kwargs.get(attr, self.limitation[attr])
|
value = kwargs.get(attr, self.limitation[attr])
|
||||||
self.limit_value(key=attr, value=value)
|
self.limit_value(key=attr, value=value)
|
||||||
|
|
||||||
logger.info(f'Limitaions set to {self.limitation}')
|
logger.info(f'Limitations set to {self.limitation}')
|
||||||
|
|
||||||
|
|
||||||
class DockScanner(ShipScanner):
|
class DockScanner(ShipScanner):
|
||||||
|
|||||||
Reference in New Issue
Block a user