Just a comment fix.

This commit is contained in:
Johannes Findeisen 2022-09-10 04:07:35 +02:00
commit aad48f4acb

View file

@ -19,8 +19,8 @@
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
TODO: Select a template engine for easy output creation. Mako preferred but need to
take a look at Jinja.
TODO: Select a template engine for easy output creation. Mako preferred but I need to take a look at
Jinja.
"""
import cherrypy
@ -61,8 +61,6 @@ class HTTPServer:
json.dumps(vars(self.__environment), sort_keys=True, indent=4) + \
'</pre></body></html>'
@cherrypy.expose
def playground(self):
return 'My Playground!'