main
Bob Mottram 2025-02-27 12:56:33 +00:00
parent ea99269016
commit 2d399838c2
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ def unfollow_confirm(self, calling_domain: str, cookie: str,
debug: bool, debug: bool,
curr_session, proxy_type: str, curr_session, proxy_type: str,
person_cache: {}) -> None: person_cache: {}) -> None:
"""Confirm to unfollow """Confirm an unfollow request
""" """
users_path = path.split('/unfollowconfirm')[0] users_path = path.split('/unfollowconfirm')[0]
origin_path_str = http_prefix + '://' + domain_full + users_path 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, project_version: str,
sites_unavailable: [], sites_unavailable: [],
mitm_servers: []) -> None: mitm_servers: []) -> None:
"""Confirm to follow """Confirm a follow request
""" """
users_path = path.split('/followconfirm')[0] users_path = path.split('/followconfirm')[0]
origin_path_str = http_prefix + '://' + domain_full + users_path 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, domain: str, domain_full: str, port: int,
onion_domain: str, i2p_domain: str, onion_domain: str, i2p_domain: str,
debug: bool) -> None: debug: bool) -> None:
"""Confirms a unblock """Confirms an unblock from the person options screen
""" """
users_path = path.split('/unblockconfirm')[0] users_path = path.split('/unblockconfirm')[0]
origin_path_str = http_prefix + '://' + domain_full + users_path origin_path_str = http_prefix + '://' + domain_full + users_path