summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/speaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/speaker.py b/client/speaker.py
index 7b9c018..7e90986 100644
--- a/client/speaker.py
+++ b/client/speaker.py
@@ -128,7 +128,7 @@ class picoSpeaker(AbstractSpeaker):
@property
def languages(self):
cmd = ['pico2wave', '-l', 'NULL',
- '-w', '/dev/null',
+ '-w', os.devnull,
'NULL']
with tempfile.SpooledTemporaryFile() as f:
subprocess.call(cmd, stderr=f)