MarseyWorld/files/routes
Snakes 7e54f858d3 Amend f8ae2a3d17c6: revert >= logic, fail loudly.
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.
2022-06-15 16:32:25 -04:00
..
__init__.py
admin.py
awards.py
chat.py
comments.py Amend f8ae2a3d17c6: revert >= logic, fail loudly. 2022-06-15 16:32:25 -04:00
discord.py
errors.py
feeds.py
front.py
giphy.py
login.py Amend f8ae2a3d17c6: revert >= logic, fail loudly. 2022-06-15 16:32:25 -04:00
lottery.py
oauth.py
posts.py
reporting.py
search.py
settings.py
static.py
subs.py
users.py
votes.py