Make auto_match enabled by default
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class Adaptor(SelectorsGeneration):
|
|||||||
huge_tree: bool = True,
|
huge_tree: bool = True,
|
||||||
root: Optional[html.HtmlElement] = None,
|
root: Optional[html.HtmlElement] = None,
|
||||||
keep_comments: Optional[bool] = False,
|
keep_comments: Optional[bool] = False,
|
||||||
auto_match: Optional[bool] = False,
|
auto_match: Optional[bool] = True,
|
||||||
storage: Any = SQLiteStorageSystem,
|
storage: Any = SQLiteStorageSystem,
|
||||||
storage_args: Optional[Dict] = None,
|
storage_args: Optional[Dict] = None,
|
||||||
debug: Optional[bool] = True,
|
debug: Optional[bool] = True,
|
||||||
|
|||||||
Reference in New Issue
Block a user