From 0ce26a19f33311f53c75a474b4f586e26ce1ad9b Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Wed, 13 Sep 2023 17:09:14 -0400 Subject: [PATCH] tweak scanner docs --- bbot/scanner/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/scanner/scanner.py b/bbot/scanner/scanner.py index 69815e2e0a..ba6ecd453d 100644 --- a/bbot/scanner/scanner.py +++ b/bbot/scanner/scanner.py @@ -138,7 +138,7 @@ def __init__( config (dict, optional): Configuration settings. Merged with BBOT config. dispatcher (Dispatcher, optional): Dispatcher object to use. Defaults to new Dispatcher. strict_scope (bool, optional): If True, only targets explicitly in whitelist are scanned. Defaults to False. - force_start (bool, optional): If True, forces the scan to start even with warnings. Defaults to False. + force_start (bool, optional): If True, allows the scan to start even when module setups hard-fail. Defaults to False. """ if modules is None: modules = []