Update server.py

This commit is contained in:
sxiii 2019-11-10 14:45:28 +01:00
parent cb10b41d40
commit e440b54ed0
1 changed files with 1 additions and 1 deletions

View File

@ -350,4 +350,4 @@ Point list (aka high score)
if __name__ == '__main__':
g = Game(__name__, etcd.Client(port=2379))
g.app.run(host="::", port='5002')
g.app.run(host="::", port=5002)