diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-06-21 21:41:41 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-06-21 21:41:41 -0700 |
commit | 1156b0998758ee803c7e8ae0cc2beb5181c232a3 (patch) | |
tree | 781c8d34c0de049327fd2d3f9085dc9877748acc /server.py | |
parent | e33bae2e50799e3617432f294cf36581404a5114 (diff) | |
download | yt-local-1156b0998758ee803c7e8ae0cc2beb5181c232a3.tar.lz yt-local-1156b0998758ee803c7e8ae0cc2beb5181c232a3.tar.xz yt-local-1156b0998758ee803c7e8ae0cc2beb5181c232a3.zip |
Refactor search page
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 +from youtube import watch, search import settings |