Spond.get_event()
and Spond.get_group()
fail with unexpected TypeError
if no events/groups are available
#136
Labels
bug
Something isn't working
get_event()
andget_group()
callget_events()
andget_groups()
, which returnNone
if no events/groups are available.(Until I looked at it properly, I thought they returned empty
list
s.)This appears to cause problems:
I'm looking into this.
The text was updated successfully, but these errors were encountered: