forked from indymedia/epicyon
Show followers number
parent
5a0c7a58d2
commit
fe86fe6bf0
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue