mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2025-12-13 15:36:30 +00:00
Use port 3000
This commit is contained in:
parent
829b936951
commit
132f814f3a
1 changed files with 1 additions and 0 deletions
1
index.py
1
index.py
|
|
@ -185,4 +185,5 @@ class HelloWorld(object):
|
||||||
"identifier": "CHANNEL_DOES_NOT_EXIST"
|
"identifier": "CHANNEL_DOES_NOT_EXIST"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cherrypy.config.update({"server.socket_port": 3000})
|
||||||
cherrypy.quickstart(HelloWorld())
|
cherrypy.quickstart(HelloWorld())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue