Skip to content

Commit

Permalink
fix optout flag on event
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Mar 28, 2024
1 parent 12eb13b commit aa669ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voc/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def _to_etree(d, node, parent=""):
# not in schedule.json: license information for an event
v = {
"license": recording_license,
"optout": "true" if v is True else "false",
"optout": v,
}
# new style schedule.json (version 2022-12)
elif k == "optout":
Expand Down

0 comments on commit aa669ac

Please sign in to comment.