From 853a68c4f0f19d371283f3ba68149e263b227e71 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 15 Feb 2022 02:18:54 +0200 Subject: [PATCH] fd --- files/helpers/const.py | 10 +++++++++- files/routes/awards.py | 8 -------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 44aba16b6..6194a178e 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -613,4 +613,12 @@ REDDIT_NOTIFS = { 'the_homocracy': HOMO_ID } -toomuch_subs = ('2much4you','2balkan4you','2middleeast4you','2asia4you','2caucasian4you','2european4you','2american4you') \ No newline at end of file +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, +} \ No newline at end of file diff --git a/files/routes/awards.py b/files/routes/awards.py index 60d184b43..cf6c47b26 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -9,14 +9,6 @@ from flask import g, request from files.helpers.sanitize import filter_emojis_only from copy import deepcopy -discounts = { - 69: 0.02, - 70: 0.04, - 71: 0.06, - 72: 0.08, - 73: 0.10, -} - AWARDS3 = { "fireflies": { "kind": "fireflies",