merge-requests/9/merge
Bob Mottram 2021-01-22 14:07:45 +00:00
parent c55ecac34d
commit 504c25e183
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ class PubServer(BaseHTTPRequestHandler):
if path.endswith('/followers'):
sendJson = []
sendJsonStr = 'masto API followers sent for ' + nickname
if path.endswith('/following'):
elif path.endswith('/following'):
sendJson = []
sendJsonStr = 'masto API following sent for ' + nickname
else: