mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
df37ceeca0
commit
866665d57e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue