Update server.py
This commit is contained in:
parent
cb10b41d40
commit
e440b54ed0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue