Change back default master server port.

This got changed by mistake.
This commit is contained in:
Simon Howard 2019-02-09 21:57:59 -05:00
parent 4d767457df
commit 214d01ff4e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ METADATA_REFRESH_TIME = 6 * 60 * 60 # 6 hours
# Address and port to listen on. # Address and port to listen on.
SERVER_ADDRESS = (None, 5000) SERVER_ADDRESS = (None, 2342)
# Address and port to bind query socket. # Address and port to bind query socket.