mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add startup error alert message
This commit is contained in:
parent
0fbb28eca2
commit
09eba5d8b5
2 changed files with 13 additions and 0 deletions
|
@ -265,6 +265,7 @@ def initialize(options):
|
|||
cherrypy.engine.block()
|
||||
except IOError as e:
|
||||
logger.error("Tautulli WebStart :: Failed to start Tautulli: %s", e)
|
||||
plexpy.alert_message('Failed to start Tautulli: %s' % e)
|
||||
sys.exit(1)
|
||||
|
||||
cherrypy.server.wait()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue