mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: [TW]meta_beacon end
This commit is contained in:
parent
9b4ba2ca21
commit
7cf8dec329
@ -254,6 +254,9 @@ class OpsiAshBeacon(Meta):
|
||||
self.device.click(META_BEGIN_ENTRANCE)
|
||||
logger.info('Begin a beacon')
|
||||
else:
|
||||
# TW only support current meta
|
||||
if server.server == 'tw':
|
||||
return False
|
||||
self.appear_then_click(ASH_QUIT, offset=(10, 10), interval=2)
|
||||
return True
|
||||
# Page dossier
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user