fix user_id str field name in TranscriptionFrame
This commit is contained in:
committed by
Aleix Conchillo Flaqué
parent
2c32cc2f27
commit
661aa79b7c
@@ -132,7 +132,7 @@ class TranscriptionFrame(TextFrame):
|
|||||||
timestamp: str
|
timestamp: str
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.name}(user: {self.user_id}, text: {self.text}, timestamp: {self.timestamp})"
|
return f"{self.name}(user_id: {self.user_id}, text: {self.text}, timestamp: {self.timestamp})"
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|||||||
Reference in New Issue
Block a user