add SORTS_COMMENTS
This commit is contained in:
parent
95d68d013d
commit
c5cea4f8fa
5 changed files with 8 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue