Fixed silly bug with not giving proper warnings when already listening on a port

This commit is contained in:
M. Ian Graham 2008-04-02 20:16:44 +00:00
parent 59c6d5137a
commit a69d318dc9

View File

@ -186,7 +186,7 @@ class WebRequestDispatcher(object):
self.uriToHandler.pop(uri,None)
# -- Poll task wrappers
# -- Poll task wrappers --
def pollHTTPTask(self,task):
self.poll()