fleast: Remove deamonizer
This commit is contained in:
parent
7d31d9f996
commit
3c8805287a
1 changed files with 0 additions and 2 deletions
2
main.py
2
main.py
|
@ -2,7 +2,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import cherrypy
|
||||
from cherrypy.process.plugins import Daemonizer
|
||||
from twitch import TwitchClient
|
||||
|
||||
ver = '1.9.0-pre-3'
|
||||
|
@ -102,7 +101,6 @@ class FleastServer(object):
|
|||
|
||||
def main():
|
||||
server = FleastServer()
|
||||
d = Daemonizer(cherrypy.engine).subscribe()
|
||||
cherrypy.quickstart(server, '/', './server.conf')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue