1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 03:15:35 +08:00

Add: Check screenshot when running emulator settings

This commit is contained in:
LmeSzinc
2020-07-07 20:45:45 +08:00
parent cf719b212f
commit 29106b08a0
2 changed files with 15 additions and 5 deletions

View File

@@ -87,6 +87,8 @@ class AzurLaneAutoScript:
from module.reward.reward import Reward
az = Reward(self.config, device=self.device)
az.reward()
else:
az.device.screenshot()
def main(self):
"""