mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Fixes/improvements to FFmpegAudio and subclasses
This commit is contained in:
@ -99,7 +99,7 @@ class OggStream:
|
||||
elif not head:
|
||||
return None
|
||||
else:
|
||||
raise OggError('invalid header magic')
|
||||
raise OggError(f'invalid header magic {head}')
|
||||
|
||||
def _iter_pages(self) -> Generator[OggPage, None, None]:
|
||||
page = self._next_page()
|
||||
|
Reference in New Issue
Block a user