mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Add back init scripts
Update cherrypy to 3.8.0 Remove unnecessary includes Remove old references to Headphones
This commit is contained in:
parent
4936ad0476
commit
0a170c20e6
22 changed files with 531 additions and 2250 deletions
4
lib/cherrypy/__main__.py
Normal file
4
lib/cherrypy/__main__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import cherrypy.daemon
|
||||
|
||||
if __name__ == '__main__':
|
||||
cherrypy.daemon.run()
|
Loading…
Add table
Add a link
Reference in a new issue