merge-requests/30/head
Bob Mottram 2021-10-28 14:27:25 +01:00
parent 6f2b02f369
commit 605395ba5e
1 changed files with 1 additions and 2 deletions

View File

@ -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)