mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Upd: [TW] Mail collect (#1975)
This commit is contained in:
@@ -21,10 +21,7 @@ class Freebies(ModuleBase):
|
||||
|
||||
if self.config.Mail_Collect:
|
||||
logger.hr('Mail', level=1)
|
||||
if self.config.SERVER in ['cn', 'en', 'jp']:
|
||||
Mail(self.config, self.device).run()
|
||||
else:
|
||||
logger.info(f'Mail collect is not supported in {self.config.SERVER}, please contact server maintainers')
|
||||
Mail(self.config, self.device).run()
|
||||
|
||||
if self.config.SupplyPack_Collect:
|
||||
logger.hr('Supply pack', level=1)
|
||||
|
||||
Reference in New Issue
Block a user