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

add jp support

This commit is contained in:
Bookbug
2022-10-25 17:56:44 +08:00
parent f32d275fec
commit 9248d239bd
4 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ class Freebies(ModuleBase):
if self.config.Mail_Collect:
logger.hr('Mail', level=1)
if self.config.SERVER in ['cn', 'en']:
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')