mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
492042f86a
commit
9b34773fdc
|
@ -36,6 +36,7 @@ def show_vcard(self, base_dir: str, path: str, calling_domain: str,
|
|||
'text/vcard',
|
||||
'application/vcard+xml'
|
||||
)
|
||||
print('DEBUG: vcard path ' + path)
|
||||
if not string_contains(accept_str, vcard_mime_types):
|
||||
return False
|
||||
print('Downloading vcard ' + path)
|
||||
|
|
Loading…
Reference in New Issue