aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/youtube.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/youtube.py')
-rw-r--r--youtube/youtube.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/youtube.py b/youtube/youtube.py
index ad73a6e..288f68b 100644
--- a/youtube/youtube.py
+++ b/youtube/youtube.py
@@ -35,6 +35,8 @@ post_handlers = {
'comments': post_comment.post_comment,
'post_comment': post_comment.post_comment,
'delete_comment': post_comment.delete_comment,
+
+ 'subscriptions': subscriptions.post_subscriptions_page,
}
def youtube(env, start_response):