From 9494a83263650050811890e65b9822f87980dd76 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Aug 2021 21:10:06 +0100 Subject: [PATCH] Debug --- webapp_profile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp_profile.py b/webapp_profile.py index 6790996f2..3f5005a47 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -245,6 +245,9 @@ def htmlProfileAfterSearch(cssCache: {}, '\n' i = 0 + print('Test 5236543: ' + str(outboxUrl) + ' v' + + str(projectVersion) + ' http:' + str(httpPrefix) + ' ' + + str(domain) + ' debug:' + str(debug)) for item in parseUserFeed(session, outboxUrl, asHeader, projectVersion, httpPrefix, domain, debug): if not item.get('actor'):