dhmay / jamstats

Tools for making plots on roller derby scoreboard data and following live game data
https://jamstats.net
GNU General Public License v2.0
19 stars 2 forks source link

removed attrdict dependency #173

Closed dhmay closed 9 months ago

dhmay commented 9 months ago

Got rid of the dependency on attrdict, which was causing problems in Python 3.10+. Dependency was only in bin/jamstats and bin/jamstats_nogui, where I was using it to dummy up an object that looks like the ArgParse args object. Replaced with a trivial class that does nothing and can take attributes.