Skip to content

Commit

Permalink
Match new args to start_http_server() to wptserve.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 7, 2014
1 parent f14a2dd commit e5d19b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ def start_http_server(config, paths, port):
doc_root=paths["doc_root"],
routes=routes,
rewrites=rewrites,
bind_hostname=bind_hostname,
config=config,
use_ssl=False,
certificate=None,
bind_hostname=bind_hostname)
certificate=None)

def start_https_server(config, paths, port):
return
Expand Down

0 comments on commit e5d19b9

Please sign in to comment.