mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Fix: Timeout adjustment
- increase walk_timeout - increase in_stage_timer
This commit is contained in:
@@ -106,7 +106,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
|
||||
# Wait after ambushed.
|
||||
ambushed_retry = Timer(0.5)
|
||||
# If nothing happens, click again.
|
||||
walk_timeout = Timer(10)
|
||||
walk_timeout = Timer(20)
|
||||
walk_timeout.start()
|
||||
|
||||
while 1:
|
||||
|
||||
Reference in New Issue
Block a user