mirror of https://gitlab.com/bashrc2/epicyon
Return zero
parent
8e648dc6ed
commit
bf65c160e7
|
|
@ -420,7 +420,7 @@ def _get_no_of_follows(base_dir: str, nickname: str, domain: str,
|
|||
load_list(filename,
|
||||
'EX: _get_no_of_follows ' + filename)
|
||||
if lines is None:
|
||||
return False
|
||||
return 0
|
||||
|
||||
if lines:
|
||||
for line in lines:
|
||||
|
|
|
|||
Loading…
Reference in New Issue