Return zero

main
bashrc 2026-06-21 11:00:29 +01:00
parent 8e648dc6ed
commit bf65c160e7
1 changed files with 1 additions and 1 deletions

View File

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