diff --git a/www/routes.py b/www/routes.py index 9db53c6..68cd4a8 100644 --- a/www/routes.py +++ b/www/routes.py @@ -129,6 +129,9 @@ def searh(): ################################ results = [] + + logging.info("search keyword = " + k_arg) + for l in lists: # this makes no sense... a = search.archive.Archive()