This commit is contained in:
Mike 2021-07-08 12:11:21 +01:00
parent 3c22070c47
commit 7b8eab18ab
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class MikesServoMapper:
self.__logger.info("")
self.__logger.info("Please enter a number to change the corresponding mapping, or Q to quit.")
user_input = getch.getch()
user_input = input()
if user_input == "Q" or user_input == "q":
self.__logger.info("Quitting mapping mode")
break