diff --git a/fraudcrawler/settings.py b/fraudcrawler/settings.py index fd1a386..0284a85 100644 --- a/fraudcrawler/settings.py +++ b/fraudcrawler/settings.py @@ -76,7 +76,7 @@ ENRICHMENT_DEFAULT_LIMIT = 10 # Zyte settings -ZYTE_DEFALUT_PROBABILITY_THRESHOLD = 0.1 +ZYTE_DEFALUT_PROBABILITY_THRESHOLD = 0.0 ZYTE_RENDER_TIMEOUT = 120.0 # Exact match settings diff --git a/pyproject.toml b/pyproject.toml index 387feb5..113dd23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "fraudcrawler" -version = "0.8.10" +version = "0.8.11" description = "Intelligent Market Monitoring" authors = [ "Domingo Bertus ",