From c715085883f8bfe5da3c8b15ec6bd1b0403fc293 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Jan 2023 23:23:00 +0000 Subject: [PATCH] debug --- webapp_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_search.py b/webapp_search.py index 921e79f48..c3d9aad3c 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -1081,7 +1081,7 @@ def html_hashtag_search_remote(nickname: str, domain: str, port: int, } debug = True hashtag_json = \ - get_json(signing_priv_key_pem, + get_json(None, session, hashtag_url, as_header, None, debug, __version__, http_prefix, domain) lines = []