Browse Source

drop sending foobar, not sure where this was coming from..

[git-p4: depot-paths = "//depot/": change = 815]
v0.3
John-Mark Gurney 18 years ago
parent
commit
7226652deb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      SSDP.py

+ 0
- 1
SSDP.py View File

@@ -41,7 +41,6 @@ class SSDPServer(DatagramProtocol):
def doStop(self):
'''Make sure we send out the byebye notifications.'''

self.transport.write('foobar', (SSDP_ADDR, SSDP_PORT))
for st in self.known:
self.doByebye(st)
DatagramProtocol.doStop(self)


Loading…
Cancel
Save