Adam Rudd
Results
2
comments of
Adam Rudd
G'day! Yep, it's a known issue. I've never got around to supporting them. Would you like to do it?
Could we have it support both an array and a single string? Something like ``` python if type(topics) is str: topics = [topics] ```