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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user