From a4e7ba2fa8d56c362105cb6791b2d59b159a8b74 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Oct 2020 12:11:14 +0100 Subject: [PATCH] Tidying --- follow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/follow.py b/follow.py index cbcd07ed6..84c7823da 100644 --- a/follow.py +++ b/follow.py @@ -174,7 +174,7 @@ def isFollowerOfPerson(baseDir: str, nickname: str, domain: str, '/accounts/' + followerNickname in followersStr: alreadyFollowing = True - return alreadyFollowing: + return alreadyFollowing def unfollowPerson(baseDir: str, nickname: str, domain: str,