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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user