lepture / python-livereload

livereload server in python
https://livereload.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.02k stars 150 forks source link

various bug fixes and improvements #271

Open nacho00112 opened 1 year ago

nacho00112 commented 1 year ago

Closes https://github.com/lepture/python-livereload/issues/270.

nacho00112 commented 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