Uhm
This commit is contained in:
parent
3c22070c47
commit
7b8eab18ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user