mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
Update core.py
This commit is contained in:
parent
20d8dd7e1c
commit
2283ee3d91
2
core.py
2
core.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user