From 04b8cfc33a184afe13c3addf2673561f1b895086 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 Feb 2023 11:32:53 +0000 Subject: [PATCH] Debug --- webapp_search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_search.py b/webapp_search.py index 9d6a1cfdf..ad6c2e250 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -1130,6 +1130,7 @@ def html_hashtag_search_remote(nickname: str, domain: str, port: int, lines = new_lines if not lines: return '' + print('DEBUG: hashtag lines: ' + str(lines)) separator_str = html_post_separator(base_dir, None)