mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
delete debug code
This commit is contained in:
parent
40a959bfb0
commit
5afeb14a90
@ -359,13 +359,4 @@ class Retirement(Enhancement):
|
||||
logger.info(
|
||||
'This may happens because some filters are set in dock')
|
||||
exit(1)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from module.config.config import AzurLaneConfig
|
||||
from module.device.device import Device
|
||||
config = AzurLaneConfig('alas_cn')
|
||||
az = Retirement(config, Device(config=config))
|
||||
az.device.screenshot()
|
||||
az.config.RETIRE_KEEP_COMMON_CV = True
|
||||
az.retire_ships()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user