Convert channel page to flask framework

This commit is contained in:
James Taylor
2019-07-06 18:36:09 -07:00
parent 24553bfb4f
commit 64434b02ca
8 changed files with 378 additions and 497 deletions

View File

@@ -1,2 +1,3 @@
import flask
yt_app = flask.Flask(__name__)
yt_app = flask.Flask(__name__)
yt_app.url_map.strict_slashes = False