1
0
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:
LmeSzinc
2022-02-06 02:35:22 +08:00
parent 3a35df69fd
commit fe8fff68b0
4 changed files with 37 additions and 12 deletions

View File

@@ -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