mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Warnings when get stuck
This commit is contained in:
@@ -30,6 +30,8 @@ class ModuleBase:
|
||||
Returns:
|
||||
bool:
|
||||
"""
|
||||
self.device.stuck_record_add(button)
|
||||
|
||||
if interval:
|
||||
if button.name not in self.interval_timer:
|
||||
self.interval_timer[button.name] = Timer(interval)
|
||||
|
||||
Reference in New Issue
Block a user