aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-10 00:09:03 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-10 00:09:03 -0700
commit163814d35cbcad575d0deec54b31b94e2bbaaebb (patch)
tree103814ff10a19cfb165b3f8dda93bb2b40292a00 /server.py
parent2e75c6d9603f8a5edf6495f8d4fb3115a67d823c (diff)
downloadyt-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index bf85a35..4b39b5a 100644
--- a/server.py
+++ b/server.py
@@ -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