diff --git a/britney.py b/britney.py index 3652aff..7c07941 100755 --- a/britney.py +++ b/britney.py @@ -2926,7 +2926,7 @@ class Britney(object): while True: # read the command from the command line try: - user_input = input('britney> ').lower().split() + user_input = input('britney> ').split() except EOFError: print("") break