diff --git a/patator.py b/patator.py index 6c67b9a..bb1b003 100755 --- a/patator.py +++ b/patator.py @@ -2230,7 +2230,7 @@ Please read the README inside for more examples and usage information. command = msvcrt.getche() if command == 'x': - command += raw_input() + command += input() else: i, _, _ = select([sys.stdin], [], [], .1)