mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
6ccb10529f
commit
80aaa8bbb2
|
@ -3422,7 +3422,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# person options screen, move button
|
# person options screen, move button
|
||||||
# See html_person_options followStr
|
# See html_person_options followStr
|
||||||
if '&submitMove=' in options_confirm_params:
|
if '&submitMove=' in options_confirm_params:
|
||||||
if debug:
|
# if debug:
|
||||||
print('Moving ' + options_actor_moved)
|
print('Moving ' + options_actor_moved)
|
||||||
msg = \
|
msg = \
|
||||||
html_confirm_follow(self.server.translate,
|
html_confirm_follow(self.server.translate,
|
||||||
|
@ -3430,6 +3430,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
users_path,
|
users_path,
|
||||||
options_actor_moved,
|
options_actor_moved,
|
||||||
options_avatar_url).encode('utf-8')
|
options_avatar_url).encode('utf-8')
|
||||||
|
if msg:
|
||||||
msglen = len(msg)
|
msglen = len(msg)
|
||||||
self._set_headers('text/html', msglen,
|
self._set_headers('text/html', msglen,
|
||||||
cookie, calling_domain, False)
|
cookie, calling_domain, False)
|
||||||
|
|
Loading…
Reference in New Issue