aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-06-21 21:41:41 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-06-21 21:41:41 -0700
commit1156b0998758ee803c7e8ae0cc2beb5181c232a3 (patch)
tree781c8d34c0de049327fd2d3f9085dc9877748acc /server.py
parente33bae2e50799e3617432f294cf36581404a5114 (diff)
downloadyt-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index 917be79..559166b 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
+from youtube import watch, search
import settings