From 57122be0dd4112e49d595c06c4faad0e8c756ca2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 28 Nov 2022 13:54:59 +0000 Subject: [PATCH] Debug --- relationships.py | 1 + 1 file changed, 1 insertion(+) 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]