Skip to content

Commit

Permalink
Merge pull request #178 from shadow-light/patch-1
Browse files Browse the repository at this point in the history
Replace deprecated `open_url` with `open_url_delay` in README
  • Loading branch information
lepture authored Oct 11, 2018
2 parents 74c955d + f9bfaf8 commit 390187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ and a livereload server::
server.serve(port=8080, host='localhost')

# open the web browser on startup, based on $BROWSER environment variable
server.serve(open_url=True, debug=False)
server.serve(open_url_delay=5, debug=False)


shell
Expand Down

0 comments on commit 390187c

Please sign in to comment.