mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Update cherrpy to 17.4.2
This commit is contained in:
parent
f28e741ad7
commit
4d6279a626
131 changed files with 15864 additions and 10389 deletions
|
@ -1,4 +1,5 @@
|
|||
import cherrypy.daemon
|
||||
"""CherryPy'd cherryd daemon runner."""
|
||||
from cherrypy.daemon import run
|
||||
|
||||
if __name__ == '__main__':
|
||||
cherrypy.daemon.run()
|
||||
|
||||
__name__ == '__main__' and run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue