Use port 3000

This commit is contained in:
Cadence Ember 2020-08-08 00:42:56 +12:00
parent 829b936951
commit 132f814f3a
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 0 deletions

View File

@ -185,4 +185,5 @@ class HelloWorld(object):
"identifier": "CHANNEL_DOES_NOT_EXIST"
}
cherrypy.config.update({"server.socket_port": 3000})
cherrypy.quickstart(HelloWorld())