From fe86fe6bf07225a0de200d6483949b8ce67b4f46 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 17 Aug 2019 12:48:12 +0100 Subject: [PATCH] Show followers number --- follow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/follow.py b/follow.py index a3da1ae2..f8bccd3d 100644 --- a/follow.py +++ b/follow.py @@ -149,8 +149,8 @@ def getNoOfFollows(baseDir: str,nickname: str,domain: str, \ """ # only show number of followers to authenticated # account holders - if not authenticated: - return 9999 + #if not authenticated: + # return 9999 handle=nickname.lower()+'@'+domain.lower() filename=baseDir+'/accounts/'+handle+'/'+followFile if not os.path.isfile(filename):