Convert comment posting system to flask framework
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user