Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 2, 2014
1 parent 6b436c0 commit 9fdc44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livereload/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def serve(self, port=None, host=None, root=None, debug=True, open_url=False):
self.application(debug=debug).listen(self.port, address=host)
logging.getLogger().setLevel(logging.INFO)
print('Serving on 127.0.0.1:%s' % self.port)

# Async open web browser after 5 sec timeout
if open_url:
def opener():
Expand Down

0 comments on commit 9fdc44f

Please sign in to comment.