Merge pull request #1460 from captain686/master

This commit is contained in:
J.Townsend 2023-07-03 14:50:18 +01:00 committed by GitHub
commit 886175dfe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ def __init__(self, word) -> None:
self.interestingurls: Set = set()
self.key = Core.bevigil_key()
if self.key is None:
self.key = ""
raise MissingKey('bevigil')
self.proxy = False