From 9c14541b1af4f9d6500d4bdb41c4d939ba995b78 Mon Sep 17 00:00:00 2001 From: trojvn Date: Tue, 20 May 2025 17:41:38 +0300 Subject: [PATCH] fixed --- basethon/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basethon/models/__init__.py b/basethon/models/__init__.py index 4cea4ef..421611b 100644 --- a/basethon/models/__init__.py +++ b/basethon/models/__init__.py @@ -19,7 +19,7 @@ class ThonOptions: @dataclass class ThonSearchCodeOptions: limit: int = 1 - date_delta: int = 60 + date_delta: int = 80 wait_time: int = 300 entity: int | str = 777000 regexp: str = r"\b\d{5,6}\b"