mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Disable mail collect before assets updated
This commit is contained in:
parent
5f56a2bdb7
commit
e373847b1a
@ -19,9 +19,9 @@ class Freebies(ModuleBase):
|
|||||||
logger.hr('Data key', level=1)
|
logger.hr('Data key', level=1)
|
||||||
DataKey(self.config, self.device).run()
|
DataKey(self.config, self.device).run()
|
||||||
|
|
||||||
if self.config.Mail_Collect:
|
# if self.config.Mail_Collect:
|
||||||
logger.hr('Mail', level=1)
|
# logger.hr('Mail', level=1)
|
||||||
Mail(self.config, self.device).run()
|
# Mail(self.config, self.device).run()
|
||||||
|
|
||||||
if self.config.SupplyPack_Collect:
|
if self.config.SupplyPack_Collect:
|
||||||
logger.hr('Supply pack', level=1)
|
logger.hr('Supply pack', level=1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user