pigskin / kodi-gamepass

NFL Game Pass add-on for Kodi
Other
123 stars 83 forks source link

Fixes #414 #417

Closed OnceUponALoop closed 5 years ago

OnceUponALoop commented 5 years ago

This one was a pain since it didn't show up in the interpreter or remote debug sessions. Should've started with a google search it was the first hit 😔

The issue was caused by a known python bug. References: python bug, kodi forum

aqw commented 5 years ago

@OnceUponALoop Thanks for the PR; will merge soon.

The datetime module always has the worst bugs. So don't feel too bad about having banged your head for so long. :-)

---Alex