1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 09:07:02 +08:00

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2020-07-07 21:10:48 +08:00
10 changed files with 166 additions and 117 deletions

View File

@@ -90,7 +90,7 @@ class Screenshot(Connection):
image = Image.fromarray(image)
return image
@retry(wait_fixed=5000)
@retry(wait_fixed=5000, stop_max_attempt_number=10)
# @timer
def screenshot(self):
"""