mirror of https://gitlab.com/bashrc2/epicyon
Return the key pressed
parent
9f19313d3c
commit
edbb5c50bc
|
@ -32,7 +32,7 @@ def _waitForKeypress(timeout: int, debug: bool) -> str:
|
||||||
if debug:
|
if debug:
|
||||||
print('Keypress Timeout')
|
print('Keypress Timeout')
|
||||||
return None
|
return None
|
||||||
print('You typed ' + keyPress)
|
return keyPress
|
||||||
|
|
||||||
|
|
||||||
def runSpeakerClient(baseDir: str, proxyType: str, httpPrefix: str,
|
def runSpeakerClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
|
|
Loading…
Reference in New Issue