aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-07-04 18:08:14 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-07-04 18:08:14 -0700
commitd105d4520ff0bf529cfb18c9c16a22900ab7f481 (patch)
tree0d10795631c55ccd57e0710b1007a81b635f866e /server.py
parent1c724f4f28804f3f8e41d222576e6fc5d7e68f75 (diff)
downloadyt-local-d105d4520ff0bf529cfb18c9c16a22900ab7f481.tar.lz
yt-local-d105d4520ff0bf529cfb18c9c16a22900ab7f481.tar.xz
yt-local-d105d4520ff0bf529cfb18c9c16a22900ab7f481.zip
Convert playlist 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 559166b..a400014 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
+from youtube import watch, search, playlist
import settings