perf(app): 优化 Cookie 处理逻辑

This commit is contained in:
Quan
2026-02-05 10:06:25 +08:00
parent 54f80171ad
commit 89c33e633c
5 changed files with 24 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ def logging(log: Callable, text, style=INFO):
async def sleep_time(
min_time: int | float = 2.0,
max_time: int | float = 4.0,
min_time: int | float = 5.0,
max_time: int | float = 10.0,
):
await sleep(uniform(min_time, max_time))