Fix NotImplementedError

This commit is contained in:
こうから 2021-10-20 11:58:20 +09:00 committed by GitHub
parent 459c02ec99
commit 1cb4be69e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class MessageListener:
class NoopAudioDecrypt(AudioDecrypt):
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
raise NotImplementedError
pass
def decrypt_time_ms(self):
return 0