forked from MarseyWorld/MarseyWorld
Snakes
ed42f14a77
Proximate cause of 500 error on frontpage is that `Query` has no such method `remove(...)`. Merely removing the line can't guarantee identical logic, but I'm not quite clear if explicit removal from the Query pseudo-collection is necessary, or if the final `pins` variable after `Query.all()` will be appropriately filtered. It appears to work right in practice, and the risk of expired pins persisting for one extra pageload for only one user seems relatively minor. |
||
---|---|---|
.. | ||
__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 | ||
polls.py | ||
posts.py | ||
reporting.py | ||
search.py | ||
settings.py | ||
static.py | ||
subs.py | ||
users.py | ||
votes.py |