From aa8550faec1d57d371ccde811cf05192e90d2d29 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 30 Jan 2022 21:54:13 +0000 Subject: [PATCH] Sent to referer --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index e90c8462e..b4008f3e6 100644 --- a/daemon.py +++ b/daemon.py @@ -1220,7 +1220,7 @@ class PubServer(BaseHTTPRequestHandler): self._set_headers('application/ld+json', msglen, None, calling_domain, True) self._write(msg) - print('nodeinfo sent to ' + calling_domain) + print('nodeinfo sent to ' + referer_domain) self.server.nodeinfo_is_active = False return True self._404()