mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
code format
This commit is contained in:
@@ -318,11 +318,3 @@ class GemsFarming(CampaignRun, EquipmentChange):
|
||||
else:
|
||||
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()
|
||||
|
||||
@@ -38,7 +38,7 @@ class EquipmentChange(Equipment):
|
||||
self.equipping_list.remove(index)
|
||||
logger.info(f"Equipping list: {self.equipping_list}")
|
||||
|
||||
def record_equipment(self, index_list=range(0, 5), skip_first_screenshot=True):
|
||||
def record_equipment(self, index_list=range(0, 5)):
|
||||
'''
|
||||
Record equipment through upgrade page
|
||||
Notice: The equipment icons in the upgrade page are the same size as the icons in the equipment status
|
||||
|
||||
Reference in New Issue
Block a user