Return the key pressed

merge-requests/21/head
Bob Mottram 2021-03-04 14:37:48 +00:00
parent 9f19313d3c
commit edbb5c50bc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def _waitForKeypress(timeout: int, debug: bool) -> str:
if debug:
print('Keypress Timeout')
return None
print('You typed ' + keyPress)
return keyPress
def runSpeakerClient(baseDir: str, proxyType: str, httpPrefix: str,