Kevin.Tian
Results
2
comments of
Kevin.Tian
run_simple( hostname=settings.HOST_IP, port=settings.HOST_PORT, application=app, threaded=True, use_reloader=True, use_debugger=True, reloader_type='watchdog' ) This is the setting, but it cannot be hot overloaded, may I ask how to solve it?
