Debug show follow accept

main
Bob Mottram 2022-02-28 20:05:47 +00:00
parent d14f31b883
commit 1e957d181c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def _accept_follow(base_dir: str, domain: str, message_json: {},
print('DEBUG: No "to" parameter in follow Accept')
return
if debug:
print('DEBUG: follow Accept received')
print('DEBUG: follow Accept received ' + str(message_json))
this_actor = message_json['object']['actor']
nickname = get_nickname_from_actor(this_actor)
if not nickname: