diff --git a/lib/utils/api.py b/lib/utils/api.py index 3e1b11058..2d69cdd2e 100644 --- a/lib/utils/api.py +++ b/lib/utils/api.py @@ -722,7 +722,7 @@ def client(host=RESTAPI_DEFAULT_ADDRESS, port=RESTAPI_DEFAULT_PORT): while True: try: - command = raw_input("api%s> " % (" (%s)" % taskid if taskid else "")).strip().lower() + command = raw_input("api%s> " % (" (%s)" % taskid if taskid else "")).strip() except (EOFError, KeyboardInterrupt): print break