Tesvia's picture
added agent, config, exception, web_search
49f4445
raw
history blame
191 Bytes
# 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"