Browse Source

spell port properly

Reported by: Jens Nie
Message-Id: <200609052014.38286.jneines@web.de>

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

+ 1
- 1
SSDP.py View File

@@ -81,7 +81,7 @@ class SSDPServer(DatagramProtocol):
for i in self.known:
hcopy = dict(headers.iteritems())
hcopy['st'] = i
self.discoveryRequest(hcopy, (host, post))
self.discoveryRequest(hcopy, (host, port))
return
if not self.known.has_key(headers['st']):
return


Loading…
Cancel
Save