mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Saving drop screenshots in OpSi abyssal
- Increase timer of wait_until_camera_stable()
This commit is contained in:
@@ -217,7 +217,7 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
"""
|
||||
logger.hr('Wait until camera stable')
|
||||
record = None
|
||||
confirm_timer = Timer(0.3, count=0).start()
|
||||
confirm_timer = Timer(0.6, count=2).start()
|
||||
while 1:
|
||||
if skip_first_screenshot:
|
||||
skip_first_screenshot = False
|
||||
|
||||
Reference in New Issue
Block a user