From 2d399838c2e38b2ff3266fcc79737a4051866032 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 27 Feb 2025 12:56:33 +0000 Subject: [PATCH] Comments --- daemon_post_confirm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon_post_confirm.py b/daemon_post_confirm.py index 11578461b..6bbd08f7e 100644 --- a/daemon_post_confirm.py +++ b/daemon_post_confirm.py @@ -39,7 +39,7 @@ def unfollow_confirm(self, calling_domain: str, cookie: str, debug: bool, curr_session, proxy_type: str, person_cache: {}) -> None: - """Confirm to unfollow + """Confirm an unfollow request """ users_path = path.split('/unfollowconfirm')[0] origin_path_str = http_prefix + '://' + domain_full + users_path @@ -155,7 +155,7 @@ def follow_confirm2(self, calling_domain: str, cookie: str, project_version: str, sites_unavailable: [], mitm_servers: []) -> None: - """Confirm to follow + """Confirm a follow request """ users_path = path.split('/followconfirm')[0] origin_path_str = http_prefix + '://' + domain_full + users_path @@ -459,7 +459,7 @@ def unblock_confirm(self, calling_domain: str, cookie: str, domain: str, domain_full: str, port: int, onion_domain: str, i2p_domain: str, debug: bool) -> None: - """Confirms a unblock + """Confirms an unblock from the person options screen """ users_path = path.split('/unblockconfirm')[0] origin_path_str = http_prefix + '://' + domain_full + users_path