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