From ecc77bba534b0ac7517bb556b4d2b277171e3462 Mon Sep 17 00:00:00 2001 From: R3DDY97 Date: Tue, 21 Nov 2017 14:14:24 +0530 Subject: [PATCH] fixed --- kickthemout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickthemout.py b/kickthemout.py index ce9235c..ff9edf8 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -165,7 +165,7 @@ def kickoneoff(): mac = host[1] vendor = resolveMac(mac) hostname = utils.socket.gethostbyaddr(onlineIPs[i])[0] - print(" [{0}" + str(i) + "{1}] {2}" + str(onlineIPs[i]) + "{3}\t" + mac + "{4}\t" + vendor + " - " + hostname "{5}").format(YELLOW, WHITE, RED, BLUE, GREEN, END) + print(" [{0}" + str(i) + "{1}] {2}" + str(onlineIPs[i]) + "{3}\t" + mac + "{4}\t" + vendor + " - " + hostname + "{5}").format(YELLOW, WHITE, RED, BLUE, GREEN, END) canBreak = False while not canBreak: