Skip to content

Commit 015667d

Browse files
committed
Merge pull request #615 from dronekit/dd-improve-output
drone_delivery: explain port to connect to
2 parents 80cdab5 + 7d9777a commit 015667d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/drone_delivery/drone_delivery.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ def _run_server(self):
109109
'log.screen': None
110110
})
111111

112-
print 'http://localhost:8080/'
112+
print('''Server is bound on all addresses, port 8080
113+
You may connect to it using your web broser using a URL looking like this:
114+
http://localhost:8080/
115+
''')
113116
cherrypy.engine.start()
114117

115118
def change_mode(self, mode):

0 commit comments

Comments
 (0)