From 533473afb8e44d461f0b94d57a40c69802685109 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 14 Aug 2024 09:56:47 +0100 Subject: [PATCH] Debug --- daemon_get_vcard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon_get_vcard.py b/daemon_get_vcard.py index 9bc2c13de..7272530f5 100644 --- a/daemon_get_vcard.py +++ b/daemon_get_vcard.py @@ -31,6 +31,7 @@ def show_vcard(self, base_dir: str, path: str, calling_domain: str, accept_str = 'text/vcard' else: accept_str = self.headers['Accept'] + print('vcard Accept: ' + accept_str) if 'text/vcard' not in accept_str and \ 'application/vcard+xml' not in accept_str: return False