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