main
Bob Mottram 2021-09-21 19:01:45 +01:00
parent a4e7ecd214
commit ac77d4147f
1 changed files with 2 additions and 2 deletions

View File

@ -2392,7 +2392,7 @@ class PubServer(BaseHTTPRequestHandler):
return
# person options screen, follow button
# See htmlPersonOptions
# See htmlPersonOptions followStr
if '&submitFollow=' in optionsConfirmParams:
if debug:
print('Following ' + optionsActor)
@ -2411,7 +2411,7 @@ class PubServer(BaseHTTPRequestHandler):
return
# person options screen, unfollow button
# See htmlPersonOptions
# See htmlPersonOptions followStr
if '&submitUnfollow=' in optionsConfirmParams:
print('Unfollowing ' + optionsActor)
msg = \