diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-09-22 16:27:15 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-09-22 16:27:15 -0700 |
commit | 1ca375a1abdba35e34c42603e25d5d0118a639d2 (patch) | |
tree | 17df66d901178473b2ce7cfec4f75fef26d79b55 /gr-vocoder/examples/codec2_audio_loopback.py | |
parent | b8f97b1694c1244103b9f02a27cc47c260422c7a (diff) | |
parent | 5ee319cb49a5a344521f33b123b4ad0d0927163a (diff) |
Merge remote-tracking branch 'github/pr/1435' into python3
Diffstat (limited to 'gr-vocoder/examples/codec2_audio_loopback.py')
-rw-r--r-- | gr-vocoder/examples/codec2_audio_loopback.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/examples/codec2_audio_loopback.py b/gr-vocoder/examples/codec2_audio_loopback.py index 9c51d2f49c..ea690861aa 100644 --- a/gr-vocoder/examples/codec2_audio_loopback.py +++ b/gr-vocoder/examples/codec2_audio_loopback.py @@ -44,6 +44,6 @@ def build_graph(): if __name__ == '__main__': tb = build_graph() tb.start() - eval(input ('Press Enter to exit: ')) + input ('Press Enter to exit: ') tb.stop() tb.wait() |