From df218cf731d65b0c5394fca78328b644f7dcd4b7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 13 Mar 2022 13:36:24 +0000 Subject: [PATCH] Debug message if account not found --- inbox.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inbox.py b/inbox.py index 66b407b86..08d63dc4f 100644 --- a/inbox.py +++ b/inbox.py @@ -4154,6 +4154,9 @@ def _receive_follow_request(session, session_onion, session_i2p, followers_file.write(approve_handle + '\n') except OSError: print('EX: unable to write ' + followers_filename) + else: + print('ACCEPT: Follow Accept account directory not found: ' + + account_to_be_followed) print('Beginning follow accept') return followed_account_accepts(curr_session, base_dir, curr_http_prefix,