remove print
This commit is contained in:
parent
2581b79db5
commit
e98b3a240b
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ class SSDPProtocol(MulticastProtocol):
|
||||||
man=man, mx=1
|
man=man, mx=1
|
||||||
)
|
)
|
||||||
log.debug("sending packet to %s:%i: %s", address, SSDP_PORT, packet)
|
log.debug("sending packet to %s:%i: %s", address, SSDP_PORT, packet)
|
||||||
print(packet.encode())
|
|
||||||
self.transport.sendto(packet.encode().encode(), (address, SSDP_PORT))
|
self.transport.sendto(packet.encode().encode(), (address, SSDP_PORT))
|
||||||
|
|
||||||
async def m_search(self, address, timeout: int = 1, service=UPNP_ORG_IGD) -> SSDPDatagram:
|
async def m_search(self, address, timeout: int = 1, service=UPNP_ORG_IGD) -> SSDPDatagram:
|
||||||
|
|
Loading…
Reference in a new issue