mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-14 11:16:19 +08:00
Opt: Remove vote handlers as they were removed for good
This commit is contained in:
@@ -205,7 +205,9 @@ class InfoHandler(ModuleBase):
|
|||||||
Returns:
|
Returns:
|
||||||
bool:
|
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):
|
def handle_get_skin(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user