Indentation

merge-requests/30/head
Bob Mottram 2024-05-10 16:34:40 +01:00
parent df37ceeca0
commit 866665d57e
1 changed files with 68 additions and 68 deletions

View File

@ -520,7 +520,7 @@ def _receive_search_handle(self, search_str: str,
cookie, debug, authorized,
curr_session)
return True
else:
if key_shortcuts.get(nickname):
access_keys = key_shortcuts[nickname]
@ -600,11 +600,11 @@ def _receive_search_handle(self, search_str: str,
write2(self, msg)
self.server.postreq_busy = False
return True
actor_str = \
get_instance_url(calling_domain,
http_prefix, domain_full,
onion_domain, i2p_domain) + \
users_path
onion_domain, i2p_domain) + users_path
redirect_headers(self, actor_str + '/search',
cookie, calling_domain, 303)
self.server.postreq_busy = False