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):