0a170c20e6
Update cherrypy to 3.8.0 Remove unnecessary includes Remove old references to Headphones
5 lines
77 B
Python
5 lines
77 B
Python
import cherrypy.daemon
|
|
|
|
if __name__ == '__main__':
|
|
cherrypy.daemon.run()
|