From 851c4c47e4bff2f80d453ab96340e82a65552af4 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Wed, 26 Oct 2022 03:11:23 -0400 Subject: [PATCH] forgot to import time --- src/sniffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sniffer.py b/src/sniffer.py index 8a09687..0e54347 100644 --- a/src/sniffer.py +++ b/src/sniffer.py @@ -1,5 +1,5 @@ import subprocess -import string, random, csv +import string, random, csv, time def run_cmd(cmd, out=subprocess.PIPE): # Just runs a command, supports changing the pipe n stuff