Update core.py

This commit is contained in:
Christian Clauss 2022-06-13 12:59:39 +02:00 committed by GitHub
parent 20d8dd7e1c
commit 2283ee3d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ class HackingTool(object):
def __init__(self, options = None, installable: bool = True,
runnable: bool = True):
options = options or []
options = options or []
if isinstance(options, list):
self.OPTIONS = []
if installable: