forked from MarseyWorld/MarseyWorld
Snakes
7e54f858d3
First, the apparent errors with >= 9 and 99 in the Marseys and referrals code after the refactor are not actually bugs: they were bug fixes mixed in with the refactor to fix an off-by-one. Next, instead of failing silently on the `not user` branch in badge_grant, we throw a ValueError. This retains the current behavior where users get 500s to report while also enforcing the assertion near the edge of the function. |
||
---|---|---|
.. | ||
__init__.py | ||
admin.py | ||
awards.py | ||
chat.py | ||
comments.py | ||
discord.py | ||
errors.py | ||
feeds.py | ||
front.py | ||
giphy.py | ||
login.py | ||
lottery.py | ||
oauth.py | ||
posts.py | ||
reporting.py | ||
search.py | ||
settings.py | ||
static.py | ||
subs.py | ||
users.py | ||
votes.py |