1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix: Timeout in long loop, expand azur stat request timeout

This commit is contained in:
LmeSzinc
2021-07-10 22:06:16 +08:00
parent fee01691de
commit 4de7fc5039
3 changed files with 12 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ def pack(img_list):
class AzurStats:
API = 'https://azurstats.lyoko.io/api/upload/'
TIMEOUT = 10
TIMEOUT = 20
def __init__(self, config):
"""