mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
4 lines
77 B
Python
4 lines
77 B
Python
import cherrypy.daemon
|
|
|
|
if __name__ == '__main__':
|
|
cherrypy.daemon.run()
|