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

[Fix]: change the way of coding,

now is more stable
This commit is contained in:
Cyunmi
2021-08-16 22:36:00 +08:00
parent 8e0b689e66
commit eecda9ba70
4 changed files with 27 additions and 36 deletions

View File

@@ -319,3 +319,10 @@ class GemsFarming(CampaignRun, EquipmentChange):
backup.recover()
break
if __name__ == '__main__':
from module.config.config import AzurLaneConfig
from module.device.device import Device
config = AzurLaneConfig('alas_cn')
az = GemsFarming(config, Device(config=config))
az.device.screenshot()
az.vanguard_change()