From e423d8d8d18164fa96c99300217282c10daa2980 Mon Sep 17 00:00:00 2001 From: richs3c <123593627+richs3c@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:56:21 +0100 Subject: [PATCH] adding json output - removed unused json import --- spoofy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spoofy.py b/spoofy.py index 9636f83..bbaf516 100755 --- a/spoofy.py +++ b/spoofy.py @@ -3,7 +3,6 @@ # spoofy.py import argparse import threading -import json from queue import Queue from modules.dns import DNS from modules.spf import SPF