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,
|
cookie, debug, authorized,
|
||||||
curr_session)
|
curr_session)
|
||||||
return True
|
return True
|
||||||
else:
|
|
||||||
if key_shortcuts.get(nickname):
|
if key_shortcuts.get(nickname):
|
||||||
access_keys = key_shortcuts[nickname]
|
access_keys = key_shortcuts[nickname]
|
||||||
|
|
||||||
|
@ -600,11 +600,11 @@ def _receive_search_handle(self, search_str: str,
|
||||||
write2(self, msg)
|
write2(self, msg)
|
||||||
self.server.postreq_busy = False
|
self.server.postreq_busy = False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
actor_str = \
|
actor_str = \
|
||||||
get_instance_url(calling_domain,
|
get_instance_url(calling_domain,
|
||||||
http_prefix, domain_full,
|
http_prefix, domain_full,
|
||||||
onion_domain, i2p_domain) + \
|
onion_domain, i2p_domain) + users_path
|
||||||
users_path
|
|
||||||
redirect_headers(self, actor_str + '/search',
|
redirect_headers(self, actor_str + '/search',
|
||||||
cookie, calling_domain, 303)
|
cookie, calling_domain, 303)
|
||||||
self.server.postreq_busy = False
|
self.server.postreq_busy = False
|
||||||
|
|
Loading…
Reference in New Issue