From 2283ee3d911ff578d788076182f2386c333570a7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Jun 2022 12:59:39 +0200 Subject: [PATCH] Update core.py --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 06ddc15..7916305 100644 --- a/core.py +++ b/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: