add SORTS_COMMENTS

This commit is contained in:
justcool393 2023-02-16 23:43:08 -06:00
parent 95d68d013d
commit c5cea4f8fa
5 changed files with 8 additions and 6 deletions

View file

@ -47,6 +47,7 @@ SORTS_POSTS = {
"bump": "fa-arrow-up"
}
SORTS_POSTS.update(SORTS_COMMON)
SORTS_COMMENTS = SORTS_COMMON
IMGUR_KEY = environ.get("IMGUR_KEY").strip()
PUSHER_ID = environ.get("PUSHER_ID", "").strip()