Open nacho00112 opened 1 year ago
I made LiveScriptContainer
's wsgi_app
a @property
pointing to LiveScriptContainer
's wsgi_application
created by his base WSGIContainer
's __init__
, i recommend to deprecate wsgi_app
via the property getter and use wsgi_application
instead since tornado
uses that one
Closes https://github.com/lepture/python-livereload/issues/270.