Non debug version of demonizer
This commit is contained in:
parent
95ccc3766b
commit
9ea2236711
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -115,7 +115,7 @@ class FleastServer(object):
|
|||
|
||||
def main():
|
||||
server = FleastServer()
|
||||
# d = Daemonizer(cherrypy.engine).subscribe()
|
||||
d = Daemonizer(cherrypy.engine).subscribe()
|
||||
cherrypy.quickstart(server, '/', './server.conf')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue