From 7c9603676389af7306703d1be7a8348fd6ee78f4 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 6 Mar 2016 12:20:15 -0500 Subject: [PATCH] minor JSON output bug fix inserted tech_json list for JSON outputting --- InSpy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InSpy.py b/InSpy.py index 1187a33..2de7f32 100755 --- a/InSpy.py +++ b/InSpy.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# Copyright (c) 2016 Jonathan Broche (@g0jhonny) from lib.logger import * from lib.soupify import * @@ -33,7 +34,7 @@ sys.exit(1) stime = time.time() -tech_html, employee_html, tech_csv, employee_csv, employee_json = [], [], [], [], [] +tech_html, employee_html, tech_csv, employee_csv, tech_json, employee_json = [], [], [], [], [], [] if args.techspy: if os.path.exists(os.path.abspath(args.techspy)):