Fix docstring on default port in launcher

This commit is contained in:
Griatch 2017-09-23 12:52:56 +02:00
parent 8f9cbfd97d
commit 798d32c382

View file

@ -95,7 +95,7 @@ CREATED_NEW_GAMEDIR = \
Make sure to create a superuser when asked for it (the email can Make sure to create a superuser when asked for it (the email can
be blank if you want). You should now be able to (by default) be blank if you want). You should now be able to (by default)
connect to your server on 'localhost', port 4000 using a connect to your server on 'localhost', port 4000 using a
telnet/mud client or http://localhost:8000 using your web browser. telnet/mud client or http://localhost:4001 using your web browser.
If things don't work, check so those ports are open. If things don't work, check so those ports are open.
""" """