diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-10 00:09:03 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-10 00:09:03 -0700 |
commit | 163814d35cbcad575d0deec54b31b94e2bbaaebb (patch) | |
tree | 103814ff10a19cfb165b3f8dda93bb2b40292a00 /server.py | |
parent | 2e75c6d9603f8a5edf6495f8d4fb3115a67d823c (diff) | |
download | yt-local-163814d35cbcad575d0deec54b31b94e2bbaaebb.tar.lz yt-local-163814d35cbcad575d0deec54b31b94e2bbaaebb.tar.xz yt-local-163814d35cbcad575d0deec54b31b94e2bbaaebb.zip |
Convert subscriptions page to flask framework
Diffstat (limited to 'server.py')
-rw-r--r-- | server.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, post_comment +from youtube import watch, search, playlist, channel, local_playlist, comments, post_comment, subscriptions import settings |