1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

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

View File

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