Spaces:
Sleeping
Sleeping
File size: 191 Bytes
49f4445 |
1 2 3 4 5 6 7 8 |
# DuckDuckGo-specific settings
DUCKDUCKGO_MAX_RESULTS = 10
DUCKDUCKGO_TIMEOUT = 15 # seconds
SEARCH_DEFAULT_ENGINE = 'duckduckgo' # Make it easy to add others
# Logging
LOG_LEVEL = "INFO"
|