Skip to content

Commit 7fbc555

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent c16e708 commit 7fbc555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

discord/player.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ class FFmpegOpusAudio(FFmpegAudio):
358358
``copy`` as the codec value. Any values other than ``copy``, or
359359
``libopus`` will be considered ``libopus``. ``opus`` will also be considered
360360
``libopus`` since the ``opus`` encoder is still in development. Defaults to ``libopus``.
361-
362361
363362
.. warning::
364363
@@ -410,7 +409,7 @@ def __init__(
410409
args.append("-" if pipe else source)
411410

412411
# use "libopus" when "opus" is specified since the "opus" encoder is incomplete
413-
# link to ffmpeg docs: https://www.ffmpeg.org/ffmpeg-codecs.html#opus
412+
# link to ffmpeg docs: https://www.ffmpeg.org/ffmpeg-codecs.html#opus
414413
codec = "copy" if codec == "copy" else "libopus"
415414

416415
args.extend(

0 commit comments

Comments
 (0)