alecgunny / kook-tracker

Flask Elastic Beanstalk web app to help you and your kook friends play fantasy surf.
MIT License
0 stars 0 forks source link

[BUG] Round-to-round updates don't begin automatically #6

Closed alecgunny closed 3 years ago

alecgunny commented 3 years ago

Describe the bug The heats for the upcoming rounds after an ongoing or recently finished round won't populate automatically, and instead need to be reset.

Expected behavior Heats should populate with their new surfers automatically as soon as the host website has them populated (presumably as soon as the corresponding heat from the previous round concludes).

Additional context I think the problem is coming at least partially from this line, which stops heat updates as soon as any heat returns an "upcoming" status.

alecgunny commented 3 years ago

Potentially fixed with be1ce2c2478780a78e3cbc45b24e844eb7d035db, but will need to wait until comp restarts to verify

alecgunny commented 3 years ago

confirmed fixed