Fix surprise incompatibility with websockets 14 :/
This commit is contained in:
parent
41f5369b2f
commit
b9039b2ad4
2 changed files with 7 additions and 12 deletions
|
@ -35,7 +35,7 @@ class WebsocketsReceiverConfig(BaseReceiverConfig):
|
|||
#: The hostname you'd like your WebSockets server to listen on. In most
|
||||
#: cases the default behaviour, which binds to all network interfaces, will
|
||||
#: be fine.
|
||||
host: Optional[Host | tuple[Host, ...]] = None
|
||||
host: Optional[Host] = None
|
||||
|
||||
|
||||
ReceiverConfig = Annotated[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue