From d2ca5e6f2ed90773fc7baf44b6628b9adc2b321d Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Wed, 29 Jul 2020 07:42:50 +0200 Subject: [PATCH] organizer fix --- jsonld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonld.py b/jsonld.py index 194d97b..a631ba0 100644 --- a/jsonld.py +++ b/jsonld.py @@ -53,7 +53,7 @@ def get_sd_for_organizer_organization_contact(organizer): if organizer.phone: result["telephone"] = organizer.phone - if organization.fax: + if organizer.fax: result["faxNumber"] = organization.fax return result