mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Previously, it would treat anything that wasn't (case insensitively) equal to "true" as False. The new configparser will ensure that the value is either "true" or "false" and not "slkdjfljksdf", reducing the risk of accidental False by typo.