1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00
This commit is contained in:
2024-07-06 11:06:54 +08:00
parent 4d9b59fbbd
commit c2dfd4443b

View File

@@ -423,7 +423,7 @@ class ShipScanner(Scanner):
value = kwargs.get(attr, self.limitation[attr])
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):