Browse Source

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

M. Ian Graham 18 years ago
parent
commit
a69d318dc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/http/WebRequest.py

+ 1 - 1
direct/src/http/WebRequest.py

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