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

Fix: [TW] Disable MetaReward before assets update (#1817)

This commit is contained in:
LmeSzinc
2022-11-04 01:27:09 +08:00
parent 816f947deb
commit 240e3e29b1

View File

@@ -94,6 +94,12 @@ class MetaReward(Combat, UI):
return received
def run(self):
if self.config.SERVER in ['cn', 'en', 'jp']:
pass
else:
logger.info(f'MetaReward is not supported in {self.config.SERVER}, please contact server maintainers')
return
self.ui_ensure(page_meta)
if self.meta_reward_notice_appear():