fds\
This commit is contained in:
parent
e0204a9693
commit
b3a9da6103
7 changed files with 14 additions and 15 deletions
|
@ -229,6 +229,8 @@ else:
|
|||
|
||||
PUSHER_ID = environ.get("PUSHER_ID", "").strip()
|
||||
PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()
|
||||
DEFAULT_COLOR = environ.get("DEFAULT_COLOR", "fff").strip()
|
||||
COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58', DEFAULT_COLOR}
|
||||
|
||||
AWARDS = {
|
||||
"snow": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue