From 605395ba5e922fb2d85a8a9bab42edd7ab1e1f1c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 Oct 2021 14:27:25 +0100 Subject: [PATCH] Debug --- webfinger.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webfinger.py b/webfinger.py index 9eabeeaec..bf3768c43 100644 --- a/webfinger.py +++ b/webfinger.py @@ -252,8 +252,7 @@ def webfingerLookup(path: str, baseDir: str, return None if '&' in handle: handle = handle.split('&')[0].strip() - if debug: - print('DEBUG: WEBFINGER handle with & removed ' + handle) + print('DEBUG: WEBFINGER handle with & removed ' + handle) if '@' not in handle: if debug: print('DEBUG: WEBFINGER no @ in handle ' + handle)