mirror of https://gitlab.com/bashrc2/epicyon
Comments
parent
a4e7ecd214
commit
ac77d4147f
|
@ -2392,7 +2392,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
# person options screen, follow button
|
# person options screen, follow button
|
||||||
# See htmlPersonOptions
|
# See htmlPersonOptions followStr
|
||||||
if '&submitFollow=' in optionsConfirmParams:
|
if '&submitFollow=' in optionsConfirmParams:
|
||||||
if debug:
|
if debug:
|
||||||
print('Following ' + optionsActor)
|
print('Following ' + optionsActor)
|
||||||
|
@ -2411,7 +2411,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
# person options screen, unfollow button
|
# person options screen, unfollow button
|
||||||
# See htmlPersonOptions
|
# See htmlPersonOptions followStr
|
||||||
if '&submitUnfollow=' in optionsConfirmParams:
|
if '&submitUnfollow=' in optionsConfirmParams:
|
||||||
print('Unfollowing ' + optionsActor)
|
print('Unfollowing ' + optionsActor)
|
||||||
msg = \
|
msg = \
|
||||||
|
|
Loading…
Reference in New Issue