diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-07-06 23:08:04 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-07-06 23:08:04 -0700 |
commit | 6261add37de1800c90b0942a77cca99baf0b1973 (patch) | |
tree | 99d0e651bb2a4172a2634ce466904342009f5c60 /server.py | |
parent | c0617670f78bf61ccf3aa0c5904091146b630104 (diff) | |
download | yt-local-6261add37de1800c90b0942a77cca99baf0b1973.tar.lz yt-local-6261add37de1800c90b0942a77cca99baf0b1973.tar.xz yt-local-6261add37de1800c90b0942a77cca99baf0b1973.zip |
Convert local_playlist 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 +from youtube import watch, search, playlist, channel, local_playlist import settings |