Update cherrpy to 17.4.2

This commit is contained in:
JonnyWong16 2019-11-23 18:55:19 -08:00
parent f28e741ad7
commit 4d6279a626
131 changed files with 15864 additions and 10389 deletions

View file

@ -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()