mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 19:43:28 +08:00
Tmp: delay island tasks for EN and TW server
This commit is contained in:
@@ -128,6 +128,10 @@ class IslandBusiness(IslandRestaurant):
|
||||
logger.info("No more restaurants")
|
||||
|
||||
def run(self):
|
||||
if self.config.SERVER in ['en', 'tw']:
|
||||
logger.info(f'IslandBusiness is not available on {self.config.SERVER} server, delay until next server update')
|
||||
self.config.task_delay(server_update=True)
|
||||
return
|
||||
self.ui_ensure(page_island_manage)
|
||||
self.island_manage_side_navbar_ensure(upper=2)
|
||||
self.handle_restaurant_popup()
|
||||
|
||||
Reference in New Issue
Block a user