Next month: March 2018
For many months, it had two niggles - one was that Camelot's video often infuriatingly lists the raffle numbers in non-alphabetical order when read from left to right. So I kept having to swap them alphabetically manually so that the raffle pop-up list would read alphabetically from top to bottom on my pages. This was easily fixed with a clunky bubble sort written to sort shell script arrays.
The worse problem was that I was wrongly calling a separately-written raffle number site scraper script from my "live" script and since the Camelot site doesn't have the raffle numbers at that point, I'd throw away my "live" numbers and blank them out...duh! The fix here was to not call the scraper and update a master include file with the name of the latest raffle include file I'd created from the "live" script.
Previous month: January 2018