mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fa
This commit is contained in:
@@ -89,7 +89,7 @@ class SRBuffer(voice_recv.AudioSink):
|
||||
self.wavewriter = {}
|
||||
|
||||
def on_user_connect(self, username):
|
||||
self.wavewriter[str(username.id)] = [WaveWriter(username), time.time_ns(), False, True]
|
||||
self.wavewriter[str(username.id)] = [WaveWriter(username), time.time_ns(), False, True, self.queue]
|
||||
|
||||
def on_user_disconnect(self,username):
|
||||
self.wavewriter[str(username.id)].cleanup()
|
||||
|
||||
Reference in New Issue
Block a user