Skip to content

Commit

Permalink
fixup! Fix web-platform-tests#2669: Add alternate_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Apr 30, 2018
1 parent b02b86b commit e2dc266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/wptserve/wptserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def __init__(self, server_address, request_handler_cls,
else:
self.logger.debug("Using default configuration")
Server.config = Config(browser_host=server_address[0],
server_host=server_address[0],
ports={"http": [self.server_address[1]]})


Expand Down

0 comments on commit e2dc266

Please sign in to comment.