diff --git a/LANs.py b/LANs.py index e0354c5..1e53412 100755 --- a/LANs.py +++ b/LANs.py @@ -31,7 +31,6 @@ def module_check(module): ''' Just for debian-based systems like Kali ''' - print module ri = raw_input('[-] python-%s not installed, would you like to install now? (apt-get install -y python-%s will be run if yes) [y/n]: ' % (module, module)) if ri == 'y': os.system('apt-get install -y python-%s' % module)