mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-06 11:49:31 +01:00
Oops, it should be an OSError instead of IOError
This commit is contained in:
@@ -63,7 +63,7 @@ def listener():
|
||||
if queue is None:
|
||||
try:
|
||||
queue = multiprocessing.Queue()
|
||||
except IOError as e:
|
||||
except OSError as e:
|
||||
queue = False
|
||||
|
||||
# Some machines don't have access to /dev/shm. See
|
||||
|
||||
Reference in New Issue
Block a user