this post was submitted on 31 Oct 2023
5 points (100.0% liked)

Toronto Maple Leafs

311 readers
15 users here now

Be polite. A reminder: Fan's is obviously a short form for 'Fanatics' so disagree politely. No flaming and/or Racism.***

founded 3 years ago
MODERATORS
 
Match up Time
LAK LAK - TOR TOR 08:00PM EDT

 

I am open source! Report issues, contribute, and fund me on my GitHub page!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

I haven't made an update to that area in the lastest image.

I heavily rewrote the logic last weekend to optimize what was being downloaded from the NHL API, and I broke a few things and just haven't gotten around to fixing it.

Before I was downloading all the data for every game every 30 seconds, then discarding the games that weren't relevant right now. But I updated it so it doesn't download anything not from your selected teams and for games that are more than an hour away from starting. This was a much needed optimization, but it introduced several bugs, including this one.

I need to write more unit tests to catch these things! 😭