From 553bba5caad7887dafa567628b81c1b5aa3cc994 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 15 Jul 2022 12:45:57 +0100 Subject: [PATCH] Comment --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index c099fbdcd..b6919db93 100644 --- a/daemon.py +++ b/daemon.py @@ -3624,7 +3624,7 @@ class PubServer(BaseHTTPRequestHandler): onion_domain: str, i2p_domain: str, debug: bool, curr_session, proxy_type: str) -> None: - """Confirms a block + """Confirms a block from the person options screen """ users_path = path.split('/blockconfirm')[0] origin_path_str = http_prefix + '://' + domain_full + users_path