1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 05:03:54 +08:00

Revert "Add: Box recycle module"

This commit is contained in:
LmeSzinc
2020-09-16 22:54:49 +08:00
committed by GitHub
parent 71627dd555
commit 1f058030f6
39 changed files with 4 additions and 536 deletions

View File

@@ -187,12 +187,6 @@ class AzurLaneAutoScript:
az = Retirement(self.config, device=self.device)
az.device.screenshot()
az.retire_ships(amount=2000)
def auto_box(self):
from module.recycle.recycle import Recycle
az = Recycle(self.config, device=self.device)
az.run()
self.reward_when_finished()
# alas = AzurLaneAutoScript()
# alas.reward()