Fix issue with speaking state causing an error.
This commit is contained in:
parent
d37839f38a
commit
67ec59caea
@ -87,6 +87,9 @@ class SpeakingState(Enum):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.name
|
return self.name
|
||||||
|
|
||||||
|
def __int__(self):
|
||||||
|
return self.value
|
||||||
|
|
||||||
class VerificationLevel(Enum):
|
class VerificationLevel(Enum):
|
||||||
none = 0
|
none = 0
|
||||||
low = 1
|
low = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user