Skip to content

Commit 5f845d6

Browse files
committed
Add newlines to make scanning of demo instructions easier.
Add blank line before the output and add blank lines before/after the displayed url.
1 parent e725db1 commit 5f845d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundup/demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def run_demo(home, bind_addr=None, bind_port=None):
143143
external mapping requested by docker to be used in external url's.
144144
"""
145145

146-
print("Demo Tracker Home:", home)
146+
print("\nDemo Tracker Home:", home)
147147

148148
cfg = configuration.CoreConfig(home)
149149
url = cfg["TRACKER_WEB"]
@@ -161,8 +161,8 @@ def run_demo(home, bind_addr=None, bind_port=None):
161161

162162
bind_addr = bind_addr or hostname
163163
port = int(bind_port or port)
164-
success_message = '''Server running - connect to:
165-
%(url)s
164+
success_message = '''Server running - connect to:\n
165+
%(url)s\n
166166
1. Log in as "demo"/"demo" or "admin"/"admin".
167167
2. Hit Control-C to stop the server.
168168
3. Re-start the server by running "%(script)s" again.

0 commit comments

Comments
 (0)