Show followers number

master
Bob Mottram 2019-08-17 12:48:12 +01:00
parent 5a0c7a58d2
commit fe86fe6bf0
1 changed files with 2 additions and 2 deletions

View File

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