Added info about scanning on start

This commit is contained in:
xdavidhu 2017-04-01 12:25:37 +02:00
parent 5856cc84a4
commit 44ded11c75
1 changed files with 3 additions and 1 deletions

View File

@ -458,6 +458,8 @@ if __name__ == '__main__':
# -- Start point --
# Setting the network info variables
sys.stdout.write("{0}Scanning your network, hang on...{1}\r".format(GREEN, END))
sys.stdout.flush()
defaultInterface = getDefaultInterface()
defaultGatewayIP = getGatewayIP()
defaultInterfaceMac = getDefaultInterfaceMAC()