fd
This commit is contained in:
parent
11c40ff3cd
commit
853a68c4f0
2 changed files with 9 additions and 9 deletions
|
@ -614,3 +614,11 @@ REDDIT_NOTIFS = {
|
||||||
}
|
}
|
||||||
|
|
||||||
toomuch_subs = ('2much4you','2balkan4you','2middleeast4you','2asia4you','2caucasian4you','2european4you','2american4you')
|
toomuch_subs = ('2much4you','2balkan4you','2middleeast4you','2asia4you','2caucasian4you','2european4you','2american4you')
|
||||||
|
|
||||||
|
discounts = {
|
||||||
|
69: 0.02,
|
||||||
|
70: 0.04,
|
||||||
|
71: 0.06,
|
||||||
|
72: 0.08,
|
||||||
|
73: 0.10,
|
||||||
|
}
|
|
@ -9,14 +9,6 @@ from flask import g, request
|
||||||
from files.helpers.sanitize import filter_emojis_only
|
from files.helpers.sanitize import filter_emojis_only
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
||||||
discounts = {
|
|
||||||
69: 0.02,
|
|
||||||
70: 0.04,
|
|
||||||
71: 0.06,
|
|
||||||
72: 0.08,
|
|
||||||
73: 0.10,
|
|
||||||
}
|
|
||||||
|
|
||||||
AWARDS3 = {
|
AWARDS3 = {
|
||||||
"fireflies": {
|
"fireflies": {
|
||||||
"kind": "fireflies",
|
"kind": "fireflies",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue