Fix NotImplementedError

This commit is contained in:
こうから
2021-10-20 11:58:20 +09:00
committed by GitHub
parent 459c02ec99
commit 1cb4be69e6

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