mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix webserver restarting
This commit is contained in:
parent
dcdf5a2992
commit
5778672dab
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ def start():
|
||||||
def stop():
|
def stop():
|
||||||
logger.info("Tautulli WebStart :: Stopping Tautulli web server...")
|
logger.info("Tautulli WebStart :: Stopping Tautulli web server...")
|
||||||
cherrypy.engine.exit()
|
cherrypy.engine.exit()
|
||||||
|
cherrypy.server.httpserver = None
|
||||||
|
|
||||||
|
|
||||||
def restart():
|
def restart():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue