From e7d98d1b64d87d7280b82a8439c14aa4a2e3e4b6 Mon Sep 17 00:00:00 2001 From: trojvn Date: Tue, 8 Oct 2024 14:07:11 +0300 Subject: [PATCH] with item --- basethon/base_thon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basethon/base_thon.py b/basethon/base_thon.py index a7eafe3..abcc007 100644 --- a/basethon/base_thon.py +++ b/basethon/base_thon.py @@ -116,8 +116,8 @@ class BaseData: class BaseThon(BaseData): def __init__( self, + item: Path | None, json_data: dict, - item: Path | None = None, retries: int = 50, timeout: int = 10, raise_error: bool = True,