Revert demonisation for server
This commit is contained in:
parent
1106c8e95f
commit
afb108191e
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -98,7 +98,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