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)
elif choice.upper() == 'CLEAR':
os.system("clear||cls")
# else:
# print('*INVALID OPTION*')
else:
print("\n{0}ERROR:{1} Please select a valid option.{2}\n").format(RED, RED, END)
except KeyboardInterrupt:
print('\n\n{0}Thanks for dropping by.'