Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fraudcrawler/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hello@veanu.ch>",
Expand Down
Loading