feat: Change logger to be flexible enough for the spiders classes

This commit is contained in:
Karim shoair
2026-01-11 03:22:20 +02:00
parent c5bc82deb8
commit aa4817f349
2 changed files with 22 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
from ._utils import (
log,
set_logger,
reset_logger,
__CONSECUTIVE_SPACES_REGEX__,
flatten,
_is_iterable,