mercurial/hgweb/server.py
changeset 34228 af4f0c74f8b5
parent 34227 ac96ff471c9a
child 34240 c97a750c28a5
--- a/mercurial/hgweb/server.py	Fri Jun 30 03:45:31 2017 +0200
+++ b/mercurial/hgweb/server.py	Fri Jun 30 03:45:32 2017 +0200
@@ -326,7 +326,7 @@
         mimetypes.init()
         sys.setdefaultencoding(oldenc)
 
-    address = ui.config('web', 'address', '')
+    address = ui.config('web', 'address')
     port = util.getport(ui.config('web', 'port', 8000))
     try:
         return cls(ui, app, (address, port), handler)