From 9cc143be8714c681a4a9212339e78b7c0fcba67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sch=C3=BCtz?= Date: Sat, 21 Jan 2017 16:35:55 +0100 Subject: [PATCH] fork update --- kickthemout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kickthemout.py b/kickthemout.py index 6bbe7f8..40096eb 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -284,7 +284,7 @@ def main(): print( "\n{0}Using interface '{1}" + defaultInterface + "{2}' with mac address '{3}" + defaultInterfaceMac + "{4}'.\nGateway IP: '{5}" - + defaultGatewayIP + "{6}' --> {7}" + str(len(hostsList)) + "{8} hosts are up.{9}").format(GREEN, RED, GREEN, RED, GREEN, + + defaultGatewayIP + "{6}' --> {7}" + str(len(hostsList)) + "{8} hosts are up.{9}").format(GREEN, RED, GREEN, RED, GREEN, RED, GREEN, RED, GREEN, END) if len(hostsList) == 0 or len(hostsList) == 1: @@ -337,4 +337,4 @@ if __name__ == '__main__': defaultInterfaceMac = getDefaultInterfaceMAC() scanNetwork() - main() \ No newline at end of file + main()