fix(spiders): corrections and removal of dead code

This commit is contained in:
Karim shoair
2026-02-15 04:25:32 +02:00
parent b8b9a7f864
commit 02b11c535e
4 changed files with 4 additions and 7 deletions
+3 -3
View File
@@ -79,9 +79,9 @@ class Spider(ABC):
max_blocked_retries: int = 3
# Fingerprint adjustments
fp_include_kwargs = False
fp_keep_fragments = False
fp_include_headers = False
fp_include_kwargs: bool = False
fp_keep_fragments: bool = False
fp_include_headers: bool = False
# Logging settings
logging_level: int = logging.DEBUG