File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog for httpkom
22
3+ ## 0.19 (2021-01-20)
4+
5+ ### Fixed
6+
7+ - Fix dict serialization.
8+
9+
310## 0.18 (2021-01-20)
411
512### Changed
Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ def KomConference_to_dict(conf):
166166 last_written = Time_to_dict (conf .last_written ),
167167 creator = KomPersonName_to_dict (conf .creator ),
168168 presentation = conf .presentation ,
169- supervisor = KomUConference_to_dict (conf .supervisor ),
170- permitted_submitters = KomUConference_to_dict (conf .permitted_submitters ),
171- super_conf = KomUConference_to_dict (conf .super_conf ),
169+ supervisor = KomConferenceName_to_dict (conf .supervisor ),
170+ permitted_submitters = KomConferenceName_to_dict (conf .permitted_submitters ),
171+ super_conf = KomConferenceName_to_dict (conf .super_conf ),
172172 msg_of_day = conf .msg_of_day ,
173173 nice = conf .nice ,
174174 keep_commented = conf .keep_commented ,
You can’t perform that action at this time.
0 commit comments