Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 9a7577f

Browse files
committed
Retooled warpy. Closes #33
1 parent 7e858c8 commit 9a7577f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def buildProtocol(self, address):
571571
sock.settimeout(1)
572572
result = sock.connect_ex((config.upstream_hostname, config.upstream_port))
573573
if result != 0:
574-
print "The starbound server is not connectable at the address %s:%d." % (config.server_hostname, config.server_port)
574+
print "The starbound server is not connectable at the address %s:%d." % (config.upstream_hostname, config.upstream_port)
575575
print "Please ensure that you are running starbound_server on the correct port and that is reflected in the StarryPy configuration."
576576
sys.exit()
577577
logger = logging.getLogger('starrypy')

0 commit comments

Comments
 (0)