rDrama/files/routes
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
..
__init__.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
admin.py remove proxies from cloudflare 2022-09-26 04:39:03 +02:00
asset_submissions.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
awards.py Revise marsify logic. 2022-09-26 02:09:26 -04:00
casino.py Amend f05ec93b: blackjack state implied constraint. 2022-09-29 00:36:58 -04:00
chat.py Nest if condition in chat 2022-09-27 00:31:23 -05:00
comments.py Restore mistakenly removed commenting logic. 2022-09-26 22:44:06 -04:00
discord.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
errors.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
feeds.py remove weird spaes 2022-08-17 22:30:07 +02:00
front.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
giphy.py make using proxies only happen in 3 circumstances again 2022-09-26 06:01:25 +02:00
hats.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
login.py make using proxies only happen in 3 circumstances again 2022-09-26 06:01:25 +02:00
lottery.py add error codes 2022-09-12 11:52:07 +02:00
notifications.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
oauth.py return 404 if oauth app doesn't exist (#366) 2022-09-23 14:08:54 +02:00
polls.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
posts.py make using proxies only happen in 3 circumstances again 2022-09-26 06:01:25 +02:00
reporting.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
search.py add error codes 2022-09-12 11:52:07 +02:00
settings.py make using proxies only happen in 3 circumstances again 2022-09-26 06:01:25 +02:00
static.py Add gambling wager badge logic. 2022-09-29 00:26:50 -04:00
subs.py add mod action if JL3 kicks post from hole (#377) 2022-09-27 18:09:08 -04:00
users.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
votes.py remove unnecessary gay shit 2022-09-14 11:20:59 +02:00