main
Bob Mottram 2024-08-14 10:30:55 +01:00
parent 492042f86a
commit 9b34773fdc
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ def show_vcard(self, base_dir: str, path: str, calling_domain: str,
'text/vcard', 'text/vcard',
'application/vcard+xml' 'application/vcard+xml'
) )
print('DEBUG: vcard path ' + path)
if not string_contains(accept_str, vcard_mime_types): if not string_contains(accept_str, vcard_mime_types):
return False return False
print('Downloading vcard ' + path) print('Downloading vcard ' + path)