LoganMeitz / votefinder

GNU General Public License v3.0
2 stars 2 forks source link

Pillow 10 update #28

Closed rjmagley closed 10 months ago

rjmagley commented 10 months ago

Contains code for updating the votecount generation - originally this was just going to be an update of Pillow, since our code used many methods from Pillow that were deprecated in Pillow 10, but it turns out that necessitated many other changes to how the HTML and BBCode votecounts were generated.

VotecountFormatter now creates a dictionary called game_state that contains all the information necessary to generate either an image of the current votecount, a BBCode representation for putting into posts, or a HTML representation for the website.