mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
91cce29709
|
|
@ -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