mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 04:08:09 +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)
|
||||
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user