From 025eb6339b089563f8c594bf135a07291d71dc57 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 28 Nov 2022 13:49:16 +0000 Subject: [PATCH] Debug --- relationships.py | 1 + 1 file changed, 1 insertion(+) diff --git a/relationships.py b/relationships.py index cab09a6ef..c394d38c0 100644 --- a/relationships.py +++ b/relationships.py @@ -38,6 +38,7 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str, refollow_list = refollow_str.split('\n') refollow_dict = {} for line in refollow_list: + print(line) prev_handle = line.split(' ')[0] new_handle = line.split(' ')[1] refollow_dict[prev_handle] = new_handle