-
- Downloads
Fix public_speakers
The `persons` variable is a list, not a set, so we should use `append` instead of `add`. Fixes #604
Loading
Please register or sign in to comment
The `persons` variable is a list, not a set, so we should use `append` instead of `add`. Fixes #604