This commit is contained in:
2024-09-19 19:14:20 +02:00
parent 49f393fc47
commit 520d995553
+1 -1
View File
@@ -110,7 +110,7 @@ class SRBuffer(voice_recv.AudioSink):
self.wavewriter.pop(username)
def rotate_user(self,username):
self.wavewriter[username].rotate()
self.wavewriter[str(username)].rotate()
def wants_opus(self) -> bool:
return False