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 # only show number of followers to authenticated
# account holders # account holders
if not authenticated: #if not authenticated:
return 9999 # return 9999
handle=nickname.lower()+'@'+domain.lower() handle=nickname.lower()+'@'+domain.lower()
filename=baseDir+'/accounts/'+handle+'/'+followFile filename=baseDir+'/accounts/'+handle+'/'+followFile
if not os.path.isfile(filename): if not os.path.isfile(filename):