diff --git a/relationships.py b/relationships.py index 8831053e0..65107ae59 100644 --- a/relationships.py +++ b/relationships.py @@ -39,6 +39,7 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str, refollow_dict = {} for line in refollow_list: if ' ' not in line: + print('Missing space separator "' + line + '"') continue prev_handle = line.split(' ')[0] new_handle = line.split(' ')[1]