mirror of
https://github.com/google/bumble.git
synced 2026-06-03 07:57:03 +00:00
fix weakref type
This commit is contained in:
@@ -282,7 +282,7 @@ class FfplayOutput(QueuedOutput):
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
class UiServer:
|
||||
speaker: Speaker
|
||||
speaker: weakref.ReferenceType[Speaker]
|
||||
port: int
|
||||
|
||||
def __init__(self, speaker: Speaker, port: int) -> None:
|
||||
|
||||
Reference in New Issue
Block a user