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

Opt: Remove vote handlers as they were removed for good

This commit is contained in:
LmeSzinc
2024-01-11 11:00:48 +08:00
parent c3c4c03a5b
commit 593fa50df7

View File

@@ -205,7 +205,9 @@ class InfoHandler(ModuleBase):
Returns:
bool:
"""
return self.appear_then_click(VOTE_CANCEL, offset=(20, 20), interval=2)
# Vote popups are removed in 2023
# return self.appear_then_click(VOTE_CANCEL, offset=(20, 20), interval=2)
return False
def handle_get_skin(self):
"""