From 504c25e1833c2f160732f362ed0d41932639c0f6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 22 Jan 2021 14:07:45 +0000 Subject: [PATCH] Else --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 83170ada7..def834e31 100644 --- a/daemon.py +++ b/daemon.py @@ -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: