mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Update core.py
This commit is contained in:
parent
20d8dd7e1c
commit
2283ee3d91
1 changed files with 1 additions and 1 deletions
2
core.py
2
core.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue