From a7ad0c3f9b7c5dfcc90c4787dc4bbc48d1444bd3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 16 Aug 2019 21:53:35 +0100 Subject: [PATCH] Tidying --- webfinger.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/webfinger.py b/webfinger.py index 0d45fe600..5e47772c1 100644 --- a/webfinger.py +++ b/webfinger.py @@ -149,20 +149,6 @@ def webfingerMeta(httpPrefix: str,domainFull: str) -> str: "" \ "" - - -"" \ - "" \ - "" \ - ""+domainFull+"" \ - "" \ - "" \ - " Resource Descriptor" \ - " " \ - "" - def webfingerLookup(path: str,baseDir: str,port: int,debug: bool) -> {}: """Lookup the webfinger endpoint for an account """