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()