Extraneous parameter

merge-requests/22/merge
Bob Mottram 2022-02-15 15:04:34 +00:00
parent 4cd0c69028
commit 517cb75801
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ if args.vcard:
domain = '' domain = ''
if args.domain: if args.domain:
domain = args.domain domain = args.domain
test_vcard = get_vcard(session, args.vcard, as_header, test_vcard = get_vcard(session, args.vcard,
None, debug, __version__, http_prefix, domain) None, debug, __version__, http_prefix, domain)
if test_vcard: if test_vcard:
print(test_vcard) print(test_vcard)