merge-requests/30/head
Bob Mottram 2022-11-30 23:32:26 +00:00
parent 6ccb10529f
commit 80aaa8bbb2
1 changed files with 7 additions and 6 deletions

View File

@ -3422,7 +3422,7 @@ class PubServer(BaseHTTPRequestHandler):
# person options screen, move button
# See html_person_options followStr
if '&submitMove=' in options_confirm_params:
if debug:
# if debug:
print('Moving ' + options_actor_moved)
msg = \
html_confirm_follow(self.server.translate,
@ -3430,6 +3430,7 @@ class PubServer(BaseHTTPRequestHandler):
users_path,
options_actor_moved,
options_avatar_url).encode('utf-8')
if msg:
msglen = len(msg)
self._set_headers('text/html', msglen,
cookie, calling_domain, False)