fork update

This commit is contained in:
David Schütz 2017-01-21 16:35:55 +01:00 committed by GitHub
parent cef0f8240f
commit 9cc143be87
1 changed files with 2 additions and 2 deletions

View File

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