mirror of https://gitlab.com/bashrc2/epicyon
Else
parent
c55ecac34d
commit
504c25e183
|
@ -818,7 +818,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if path.endswith('/followers'):
|
if path.endswith('/followers'):
|
||||||
sendJson = []
|
sendJson = []
|
||||||
sendJsonStr = 'masto API followers sent for ' + nickname
|
sendJsonStr = 'masto API followers sent for ' + nickname
|
||||||
if path.endswith('/following'):
|
elif path.endswith('/following'):
|
||||||
sendJson = []
|
sendJson = []
|
||||||
sendJsonStr = 'masto API following sent for ' + nickname
|
sendJsonStr = 'masto API following sent for ' + nickname
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue