Update kickthemout.py

This commit is contained in:
k4m4 2017-01-03 00:39:49 +02:00
parent 378426ee69
commit b29631b9a4
1 changed files with 2 additions and 2 deletions

View File

@ -285,8 +285,8 @@ def main():
# EXECUTE kickalloff FUNCTION (FF:FF:FF:FF:FF:FF) # EXECUTE kickalloff FUNCTION (FF:FF:FF:FF:FF:FF)
elif choice.upper() == 'CLEAR': elif choice.upper() == 'CLEAR':
os.system("clear||cls") os.system("clear||cls")
# else: else:
# print('*INVALID OPTION*') print("\n{0}ERROR:{1} Please select a valid option.{2}\n").format(RED, RED, END)
except KeyboardInterrupt: except KeyboardInterrupt:
print('\n\n{0}Thanks for dropping by.' print('\n\n{0}Thanks for dropping by.'