Convert comment posting system to flask framework

This commit is contained in:
James Taylor
2019-07-21 21:48:54 -07:00
parent 167483af21
commit fc295ac93d
7 changed files with 149 additions and 112 deletions

View File

@@ -6,7 +6,7 @@ from youtube import yt_app
from youtube import util
# these are just so the files get run - they import yt_app and add routes to it
from youtube import watch, search, playlist, channel, local_playlist, comments
from youtube import watch, search, playlist, channel, local_playlist, comments, post_comment
import settings