mirror of
https://github.com/azlux/botamusique
synced 2024-11-23 22:06:09 +00:00
Compare commits
2 Commits
75c54f2258
...
3733353170
Author | SHA1 | Date | |
---|---|---|---|
3733353170 | |||
|
5224610654 |
2
util.py
2
util.py
@ -164,7 +164,7 @@ def pipe_no_wait():
|
||||
""" Generate a non-block pipe used to fetch the STDERR of ffmpeg.
|
||||
"""
|
||||
|
||||
if platform == "linux" or platform == "linux2" or platform == "darwin" or platform.startswith("openbsd"):
|
||||
if platform == "linux" or platform == "linux2" or platform == "darwin" or platform.startswith("openbsd") or platform.startswith("freebsd"):
|
||||
import fcntl
|
||||
import os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user