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

Fix: Disable mail collect before assets updated

This commit is contained in:
LmeSzinc
2024-05-30 21:44:34 +08:00
parent 5f56a2bdb7
commit e373847b1a

View File

@@ -19,9 +19,9 @@ class Freebies(ModuleBase):
logger.hr('Data key', level=1)
DataKey(self.config, self.device).run()
if self.config.Mail_Collect:
logger.hr('Mail', level=1)
Mail(self.config, self.device).run()
# if self.config.Mail_Collect:
# logger.hr('Mail', level=1)
# Mail(self.config, self.device).run()
if self.config.SupplyPack_Collect:
logger.hr('Supply pack', level=1)