feat: multiple words
This commit is contained in:
@@ -19,7 +19,7 @@ def main() -> int:
|
||||
TLDList(cache=cache, remote_uri=params.tld_list_uri) as tld_list,
|
||||
LANGS[params.lang] as word_list,
|
||||
):
|
||||
factory = Factory(tld_list=tld_list, word_list=word_list)
|
||||
factory = Factory(tld_list=tld_list, word_list=word_list, words=params.words)
|
||||
logging.getLogger().info(
|
||||
"Searching %s domain%s", params.count, "s" if params.count > 1 else ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user