From 856ee00a4161215664e58dc779dbcbc27c3d9f96 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 5 Jul 2024 14:44:21 -0500 Subject: [PATCH] fix incorrect single quotes --- webfinger.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webfinger.py b/webfinger.py index 301149f01..50692fe04 100644 --- a/webfinger.py +++ b/webfinger.py @@ -248,14 +248,14 @@ def webfinger_meta(http_prefix: str, domain_full: str) -> str: """Return /.well-known/host-meta """ meta_str = \ - "" + \ - "" + \ + "" + \ + "" + \ "" + \ "" + domain_full + "" + \ "" + \ - "" + \ " Resource Descriptor" + \ " " + \