PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
791 stars 163 forks source link

Fix parsing of ScheduleSegments with no end time #368

Closed dnns01 closed 1 year ago

dnns01 commented 1 year ago

Pull request summary

When a Schedule Segment had an end time of None, it could not get parsed.

Checklist